public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-18 17:11 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-02-18 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     137e388d3c3439bb738dbc5473890997573470bc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 17:02:06 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 17:10:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137e388d

media-gfx/sane-frontends: Drop obsolete gimp-1 compat

Cleanup, don't compile in src_configure.

Bug: https://bugs.gentoo.org/647524
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../sane-frontends/sane-frontends-1.0.14-r2.ebuild | 50 ++++++++++++++++++++++
 1 file changed, 50 insertions(+)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
new file mode 100644
index 00000000000..b635cb4ba34
--- /dev/null
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Scanner Access Now Easy"
+HOMEPAGE="http://www.sane-project.org"
+SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
+	ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gimp"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	media-gfx/sane-backends
+	gimp? ( media-gfx/gimp:2 )
+"
+
+PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
+
+src_configure() {
+	econf \
+		--datadir=/usr/share/misc \
+		$(use_enable gimp)
+}
+
+src_install() {
+	local gimpplugindir
+	local gimptool
+	emake DESTDIR="${D}" install
+	if use gimp; then
+		for gimptool in gimptool gimptool-2.0; do
+			if [ -x /usr/bin/${gimptool} ]; then
+				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
+				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
+				break
+			fi
+		done
+		if [ "/plug-ins" != "${gimpplugindir}" ]; then
+			dodir ${gimpplugindir}
+			dosym xscanimage ${gimpplugindir}/xscanimage
+		else
+			ewarn "No idea where to find the gimp plugin directory"
+		fi
+	fi
+	dodoc AUTHORS Changelog NEWS PROBLEMS README
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-18 17:11 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-02-18 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     7b4a28d2073987cb54f3620f6aeccf1f635c0e8a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 17:08:08 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 17:10:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b4a28d2

media-gfx/sane-frontends: Double brackets

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
index 474d18045d3..80bdaee930f 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -35,13 +35,13 @@ src_install() {
 	emake DESTDIR="${D}" install
 	if use gimp; then
 		for gimptool in gimptool gimptool-2.0; do
-			if [ -x /usr/bin/${gimptool} ]; then
+			if [[ -x /usr/bin/${gimptool} ]]; then
 				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
 				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
 				break
 			fi
 		done
-		if [ "/plug-ins" != "${gimpplugindir}" ]; then
+		if [[ "/plug-ins" != "${gimpplugindir}" ]]; then
 			dodir ${gimpplugindir}
 			dosym xscanimage ${gimpplugindir}/xscanimage
 		else


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-18 17:11 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-02-18 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed73554c56e9f75cc29aef16794d6c6e06c135c
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Feb 14 07:46:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 17:10:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed73554

media-gfx/sane-frontends: Drop eutils.eclass, fix dosym

Bug: https://bugs.gentoo.org/647524
Closes: https://github.com/gentoo/gentoo/pull/7181

 media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
index 26cd1d46586..53d1bee2cb0 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit eutils
-
 DESCRIPTION="Scanner Access Now Easy"
 HOMEPAGE="http://www.sane-project.org"
 SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
@@ -44,8 +42,8 @@ src_install () {
 			fi
 		done
 		if [ "/plug-ins" != "${gimpplugindir}" ]; then
-			 dodir ${gimpplugindir}
-			dosym /usr/bin/xscanimage ${gimpplugindir}/xscanimage
+			dodir ${gimpplugindir}
+			dosym xscanimage ${gimpplugindir}/xscanimage
 		else
 			ewarn "No idea where to find the gimp plugin directory"
 		fi


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-18 17:11 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-02-18 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a8f5d5594399a14d45adba3712a0a966952a3f46
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 17:06:51 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 17:10:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f5d559

media-gfx/sane-frontends: Use einstalldocs

Bug: https://bugs.gentoo.org/647524
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
index b635cb4ba34..474d18045d3 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -19,6 +19,8 @@ DEPEND="${RDEPEND}
 	gimp? ( media-gfx/gimp:2 )
 "
 
+DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
+
 PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
 
 src_configure() {
@@ -46,5 +48,5 @@ src_install() {
 			ewarn "No idea where to find the gimp plugin directory"
 		fi
 	fi
-	dodoc AUTHORS Changelog NEWS PROBLEMS README
+	einstalldocs
 }


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-18 17:52 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-02-18 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     87fbddc17a4526ae664d4ad49acc4feec7d391a9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 17:52:30 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 17:52:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fbddc1

media-gfx/sane-frontends: Add missing deps

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
index 80bdaee930f..23971f598b7 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -13,7 +13,10 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gimp"
 
-RDEPEND=""
+RDEPEND="
+	dev-libs/glib:2
+	x11-libs/gtk+:2
+"
 DEPEND="${RDEPEND}
 	media-gfx/sane-backends
 	gimp? ( media-gfx/gimp:2 )


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-21 23:55 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-02-21 23:55 UTC (permalink / raw
  To: gentoo-commits

commit:     777cef961f7d4d82a3e384938551e9a89db7d1db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 21:59:21 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 23:55:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777cef96

media-gfx/sane-frontends: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../sane-frontends/sane-frontends-1.0.14-r1.ebuild | 52 ----------------------
 1 file changed, 52 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
deleted file mode 100644
index 53d1bee2cb0..00000000000
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Scanner Access Now Easy"
-HOMEPAGE="http://www.sane-project.org"
-SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
-	ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="gimp"
-
-RDEPEND=""
-DEPEND="media-gfx/sane-backends
-	gimp? ( media-gfx/gimp )"
-
-PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
-
-src_configure () {
-	local myconf=""
-	use gimp || myconf="--disable-gimp"
-	use gimp && ! has_version ">=media-gfx/gimp-2" && myconf="--enable-gimp12"
-	econf \
-		--datadir=/usr/share/misc \
-		${myconf}
-	emake
-}
-
-src_install () {
-	local gimpplugindir
-	local gimptool
-	emake DESTDIR="${D}" install
-	if use gimp; then
-		for gimptool in gimptool gimptool-2.0 gimptool-1.2; do
-			if [ -x /usr/bin/${gimptool} ]; then
-				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
-				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
-				break
-			fi
-		done
-		if [ "/plug-ins" != "${gimpplugindir}" ]; then
-			dodir ${gimpplugindir}
-			dosym xscanimage ${gimpplugindir}/xscanimage
-		else
-			ewarn "No idea where to find the gimp plugin directory"
-		fi
-	fi
-	dodoc AUTHORS Changelog NEWS PROBLEMS README
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-22 12:04 Agostino Sarubbo
  0 siblings, 0 replies; 27+ messages in thread
From: Agostino Sarubbo @ 2018-02-22 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9ef624cbb5ca5f3156e96b463a04eb1b2bd2be68
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 12:03:57 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 12:03:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef624cb

media-gfx/sane-frontends: amd64 stable wrt bug #647524

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
index 23971f598b7..5e1adf1e7c4 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gimp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-24  8:55 Sergei Trofimovich
  0 siblings, 0 replies; 27+ messages in thread
From: Sergei Trofimovich @ 2018-02-24  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0ab4a79fc8291d799f2efb2fa54927ddb17c4411
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat Feb 24 07:39:42 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 08:53:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab4a79f

media-gfx/sane-frontends: stable 1.0.14-r2 for sparc, bug #647524

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
index 5e1adf1e7c4..3bfba7d3acf 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc ~x86"
 IUSE="gimp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-02-25 18:21 Thomas Deutschmann
  0 siblings, 0 replies; 27+ messages in thread
From: Thomas Deutschmann @ 2018-02-25 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c6e94dc8e2b465958204ef8031774c89aeda1fce
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 25 18:13:49 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 25 18:13:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e94dc8

media-gfx/sane-frontends: x86 stable (bug #647524)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
index 3bfba7d3acf..30d53deebbe 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE="gimp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-03-04 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-03-04 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d42c14043e2edb5aca8da87b6f715b79d0204238
Author:     Herb Miller Jr <herb <AT> hlmjr <DOT> com>
AuthorDate: Sun Mar  4 16:23:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 20:04:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d42c1404

media-gfx/sane-frontends: Make dev-libs/gtk+:2 optional

Closes: https://bugs.gentoo.org/649570
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7358

 .../sane-frontends/sane-frontends-1.0.14-r3.ebuild | 59 ++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
new file mode 100644
index 00000000000..c2a973cf79b
--- /dev/null
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Scanner Access Now Easy"
+HOMEPAGE="http://www.sane-project.org"
+SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
+	ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
+IUSE="gimp gtk"
+
+RDEPEND="
+	gtk? (
+		dev-libs/glib:2
+		x11-libs/gtk+:2
+	)
+"
+DEPEND="${RDEPEND}
+	media-gfx/sane-backends
+	gimp? ( media-gfx/gimp:2 )
+"
+
+DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
+
+PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
+
+src_configure() {
+	econf \
+		--datadir=/usr/share/misc \
+		$(use_enable gimp) \
+		$(use_enable gtk gtk2) \
+		$(use_enable gtk guis)
+}
+
+src_install() {
+	local gimpplugindir
+	local gimptool
+	emake DESTDIR="${D}" install
+	if use gimp; then
+		for gimptool in gimptool gimptool-2.0; do
+			if [[ -x /usr/bin/${gimptool} ]]; then
+				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
+				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
+				break
+			fi
+		done
+		if [[ "/plug-ins" != "${gimpplugindir}" ]]; then
+			dodir ${gimpplugindir}
+			dosym xscanimage ${gimpplugindir}/xscanimage
+		else
+			ewarn "No idea where to find the gimp plugin directory"
+		fi
+	fi
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-03-04 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-03-04 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     c408e4e47cce2402606628e35c1f3182819e1078
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  4 19:05:48 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 20:04:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c408e4e4

media-gfx/sane-frontends: Fix RDEPENDs

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
index c2a973cf79b..eafa64e9de1 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -14,15 +14,16 @@ KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE="gimp gtk"
 
 RDEPEND="
+	media-gfx/sane-backends
+	gimp? ( media-gfx/gimp:2 )
 	gtk? (
 		dev-libs/glib:2
 		x11-libs/gtk+:2
 	)
 "
-DEPEND="${RDEPEND}
-	media-gfx/sane-backends
-	gimp? ( media-gfx/gimp:2 )
-"
+DEPEND="${RDEPEND}"
+
+REQUIRED_USE="gimp? ( gtk )"
 
 DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
 


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-03-04 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-03-04 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     62ce78230e93d740cf1395f9a855188884abd07a
Author:     Herb Miller Jr <herb <AT> hlmjr <DOT> com>
AuthorDate: Sun Mar  4 16:23:42 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 20:04:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ce7823

media-gfx/sane-frontends: Add herbmillerjr as maintainer

Bug: https://bugs.gentoo.org/649570
Package-Manager: Portage-2.3.19, Repoman-2.3.6

 media-gfx/sane-frontends/metadata.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/metadata.xml b/media-gfx/sane-frontends/metadata.xml
index 6f49eba8f49..8b40ef0464f 100644
--- a/media-gfx/sane-frontends/metadata.xml
+++ b/media-gfx/sane-frontends/metadata.xml
@@ -1,5 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>herb@hlmjr.com</email>
+		<name>Herb Miller Jr. (herbmillerjr)</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-03-04 20:05 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-03-04 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     272237f11af8a213eb79833552d82e010d4f5744
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  4 19:04:54 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  4 20:04:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272237f1

media-gfx/sane-frontends: Drop 1.0.14-r2

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../sane-frontends/sane-frontends-1.0.14-r2.ebuild | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
deleted file mode 100644
index 30d53deebbe..00000000000
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Scanner Access Now Easy"
-HOMEPAGE="http://www.sane-project.org"
-SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
-	ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
-IUSE="gimp"
-
-RDEPEND="
-	dev-libs/glib:2
-	x11-libs/gtk+:2
-"
-DEPEND="${RDEPEND}
-	media-gfx/sane-backends
-	gimp? ( media-gfx/gimp:2 )
-"
-
-DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
-
-PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
-
-src_configure() {
-	econf \
-		--datadir=/usr/share/misc \
-		$(use_enable gimp)
-}
-
-src_install() {
-	local gimpplugindir
-	local gimptool
-	emake DESTDIR="${D}" install
-	if use gimp; then
-		for gimptool in gimptool gimptool-2.0; do
-			if [[ -x /usr/bin/${gimptool} ]]; then
-				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
-				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
-				break
-			fi
-		done
-		if [[ "/plug-ins" != "${gimpplugindir}" ]]; then
-			dodir ${gimpplugindir}
-			dosym xscanimage ${gimpplugindir}/xscanimage
-		else
-			ewarn "No idea where to find the gimp plugin directory"
-		fi
-	fi
-	einstalldocs
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-03-05 13:57 Tobias Klausmann
  0 siblings, 0 replies; 27+ messages in thread
From: Tobias Klausmann @ 2018-03-05 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0c7dc5bc2c37f858585b7d4cf52f2cca8c3b339b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 12:31:40 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 13:57:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7dc5bc

media-gfx/sane-frontends-1.0.14-r3: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/647524

 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
index eafa64e9de1..1521775203a 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
 IUSE="gimp gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-03-31 18:24 Sergei Trofimovich
  0 siblings, 0 replies; 27+ messages in thread
From: Sergei Trofimovich @ 2018-03-31 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     08b5343a2093ac82558565ab182df80d7d42c831
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 18:24:10 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 18:24:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b5343a

media-gfx/sane-frontends: stable 1.0.14-r3 for ppc64, bug #647524

Package-Manager: Portage-2.3.27, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
index 1521775203a..7a660c37865 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
 IUSE="gimp gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-04-03 18:15 Matt Turner
  0 siblings, 0 replies; 27+ messages in thread
From: Matt Turner @ 2018-04-03 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     22af34c143274b184e4e344b6bf445c7e01d7bab
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 18:14:39 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 18:14:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22af34c1

media-gfx/sane-frontends-1.0.14-r3: ppc stable, bug 647524

 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
index 7a660c37865..c0ce393bb43 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
 IUSE="gimp gtk"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-04-03 18:20 Jonas Stein
  0 siblings, 0 replies; 27+ messages in thread
From: Jonas Stein @ 2018-04-03 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     85a7b04de0bb3a1f296c70aa9d71eacd1b3c1ced
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 18:20:29 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 18:20:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a7b04d

media-gfx/sane-frontends: Drop old

Removed obsolete EAPI=0 ebuild from the tree.
After stabilization see ticket
Closes: https://bugs.gentoo.org/647524
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 .../sane-frontends/sane-frontends-1.0.14.ebuild    | 55 ----------------------
 1 file changed, 55 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild
deleted file mode 100644
index 536163b6112..00000000000
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="Scanner Access Now Easy"
-HOMEPAGE="http://www.sane-project.org"
-SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
-	ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
-IUSE="gimp"
-
-DEPEND="media-gfx/sane-backends
-	gimp? ( media-gfx/gimp )"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/MissingCapsFlag.patch"
-}
-
-src_compile() {
-	local myconf=""
-	use gimp || myconf="--disable-gimp"
-	use gimp && ! has_version ">=media-gfx/gimp-2" && myconf="--enable-gimp12"
-	econf \
-		--datadir=/usr/share/misc \
-		${myconf} || die
-	emake || die "emake failed"
-}
-
-src_install() {
-	local gimpplugindir
-	local gimptool
-	emake DESTDIR="${D}" install || die
-	if use gimp; then
-		for gimptool in gimptool gimptool-2.0 gimptool-1.2; do
-			if [ -x /usr/bin/${gimptool} ]; then
-				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
-				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
-				break
-			fi
-		done
-		if [ "/plug-ins" != "${gimpplugindir}" ]; then
-			 dodir ${gimpplugindir}
-			dosym /usr/bin/xscanimage ${gimpplugindir}/xscanimage
-		else
-			ewarn "No idea where to find the gimp plugin directory"
-		fi
-	fi
-	dodoc AUTHORS Changelog NEWS PROBLEMS README
-}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2018-04-11 23:25 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2018-04-11 23:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e5df1e660b5916ad424f7363c033c9f0da584915
Author:     Herb Miller Jr <herb <AT> hlmjr <DOT> com>
AuthorDate: Wed Apr 11 16:27:28 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 23:25:23 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5df1e66

media-gfx/sane-frontends: Repoint SRC_URI.

The ftp location went down.

Bug: https://bugs.gentoo.org/652314
Package-Manager: Portage[mgorny]-2.3.24.1
Closes: https://github.com/gentoo/gentoo/pull/7941

 media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
index c0ce393bb43..7af78ea1b98 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
@@ -5,8 +5,7 @@ EAPI=6
 
 DESCRIPTION="Scanner Access Now Easy"
 HOMEPAGE="http://www.sane-project.org"
-SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
-	ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
+SRC_URI="https://alioth.debian.org/frs/download.php/file/1140/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2019-02-04  0:48 Andreas Sturmlechner
  0 siblings, 0 replies; 27+ messages in thread
From: Andreas Sturmlechner @ 2019-02-04  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f534410f3c73c4de3efbad930441f3080d4928
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 00:36:29 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 00:48:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f53441

media-gfx/sane-frontends: EAPI-7 bump, fix gimp symlink, SRC_URI

Debian alioth server has been taken down, code moved to salsa.debian.org,
see also: https://lists.debian.org/debian-devel-announce/2018/04/msg00008.html

Bug: https://bugs.gentoo.org/664570
Thanks-to: Herb Miller Jr <herb <AT> hlmjr.com>
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/9800
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-gfx/sane-frontends/Manifest                  |  1 +
 .../sane-frontends/sane-frontends-1.0.14-r4.ebuild | 61 ++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/media-gfx/sane-frontends/Manifest b/media-gfx/sane-frontends/Manifest
index 14eae5f193d..49b144a9fad 100644
--- a/media-gfx/sane-frontends/Manifest
+++ b/media-gfx/sane-frontends/Manifest
@@ -1 +1,2 @@
 DIST sane-frontends-1.0.14.tar.gz 231892 BLAKE2B 3d3af2ded774fa90ba4b9545a00df1f036fc72edb71a69f803dde84ca1e9d37b4d20ac91d046ce702c31eb7353d2d85b91cbf8bd53b84adea7f2e58f8be1a062 SHA512 51b24a9bd6889e99419c1d6abb30cb14d8f89b6196c5147044697bdb1b39ee029bdc0d7c6e1f1e800491988aa26f658bc974b25040c49d008ca8977673c78710
+DIST sane-frontends-upstream-1.0.14.tar.gz 233587 BLAKE2B 69e34ed783cff68879b92d478195fe8c67f29d8904e22bdc62deb7310e8ac73d1ce6fc89ee0eafe3e2460f54cec257dbfe28843aec679cfe8669be6c5fc0e2bd SHA512 ffb854f4f4fd08a98395f325c22aa81924ac1e0827e795107bf01f3c42c2cd64bc204c79bc5ec8fd570746d039eae87a2da9cdf30b7f4640442a33c6495d35f8

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
new file mode 100644
index 00000000000..7eb6ed27c10
--- /dev/null
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Scanner Access Now Easy"
+HOMEPAGE="http://www.sane-project.org"
+SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV}/${PN}-upstream-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gimp gtk"
+
+REQUIRED_USE="gimp? ( gtk )"
+
+DEPEND="
+	media-gfx/sane-backends
+	gimp? ( media-gfx/gimp:2 )
+	gtk? (
+		dev-libs/glib:2
+		x11-libs/gtk+:2
+	)
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
+
+PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
+
+S="${WORKDIR}"/"${PN}"-upstream-"${PV}"
+
+src_configure() {
+	local myeconfargs=(
+		--datadir=/usr/share/misc
+		$(use_enable gimp)
+		$(use_enable gtk gtk2)
+		$(use_enable gtk guis)
+	)
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	emake DESTDIR="${D}" install
+
+	# link xscanimage so it is seen as a plugin in gimp
+	if use gimp; then
+		local plugindir
+		if type gimptool &>/dev/null; then
+			plugindir="$(gimptool --gimpplugindir)/plug-ins"
+		elif type gimptool-2.0 &>/dev/null; then
+			plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
+		else
+			die "Can't find GIMP plugin directory."
+		fi
+		dodir "${plugindir#${EPREFIX}}"
+		dosym "${EPREFIX}"/usr/bin/xscanimage "${plugindir#${EPREFIX}}"/xscanimage
+	fi
+
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2019-02-04  9:06 Miroslav Šulc
  0 siblings, 0 replies; 27+ messages in thread
From: Miroslav Šulc @ 2019-02-04  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f93570510fee5845b3c7b569695c07a0fdfd8fcf
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  4 09:05:31 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb  4 09:05:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9357051

media-gfx/sane-frontends-1.0.14-r4: added support for gimptool-2.99

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
index 7eb6ed27c10..8f9b6030f8c 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -50,6 +50,8 @@ src_install() {
 			plugindir="$(gimptool --gimpplugindir)/plug-ins"
 		elif type gimptool-2.0 &>/dev/null; then
 			plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
+		elif type gimptool-2.99 &>/dev/null; then
+			plugindir="$(gimptool-2.99 --gimpplugindir)/plug-ins"
 		else
 			die "Can't find GIMP plugin directory."
 		fi


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2020-01-28  8:24 Joonas Niilola
  0 siblings, 0 replies; 27+ messages in thread
From: Joonas Niilola @ 2020-01-28  8:24 UTC (permalink / raw
  To: gentoo-commits

commit:     690da54d98ac54bd0df05bfececd0def5bb71c70
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 08:13:22 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 08:24:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690da54d

media-gfx/sane-frontends: fix AbsoluteSymlink CI issue

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
index 8f9b6030f8c..7db13800193 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -56,7 +56,7 @@ src_install() {
 			die "Can't find GIMP plugin directory."
 		fi
 		dodir "${plugindir#${EPREFIX}}"
-		dosym "${EPREFIX}"/usr/bin/xscanimage "${plugindir#${EPREFIX}}"/xscanimage
+		dosym ../../../../bin/xscanimage "${plugindir#${EPREFIX}}"/xscanimage
 	fi
 
 	einstalldocs


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2020-10-11 19:21 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2020-10-11 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1ce8e49e13806b597dfb01ce01dcdfa94a1c3048
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 11 19:19:29 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 19:19:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce8e49e

media-gfx/sane-frontends: Keyword 1.0.14-r4 arm64, #747178

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

 media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
index 7db13800193..e979f88f592 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="gimp gtk"
 
 REQUIRED_USE="gimp? ( gtk )"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2020-11-08 12:02 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2020-11-08 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a4b109aa222a92c4537a22e35cc54a8fb3095e69
Author:     Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru>
AuthorDate: Wed Nov  4 23:12:18 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  8 11:53:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b109aa

media-gfx/sane-frontends: switch media-gfx/gimp-2.10 to SLOT="0/2"

Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...{sane-frontends-1.0.14-r3.ebuild => sane-frontends-1.0.14-r5.ebuild} | 2 +-
 ...{sane-frontends-1.0.14-r4.ebuild => sane-frontends-1.0.14-r6.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild
similarity index 97%
rename from media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
rename to media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild
index 47701fce517..c4179ca68c9 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r3.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild
@@ -14,7 +14,7 @@ IUSE="gimp gtk"
 
 RDEPEND="
 	media-gfx/sane-backends
-	gimp? ( media-gfx/gimp:2 )
+	gimp? ( media-gfx/gimp:0/2 )
 	gtk? (
 		dev-libs/glib:2
 		x11-libs/gtk+:2

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
similarity index 97%
rename from media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
rename to media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
index e979f88f592..536c072960d 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r4.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
@@ -16,7 +16,7 @@ REQUIRED_USE="gimp? ( gtk )"
 
 DEPEND="
 	media-gfx/sane-backends
-	gimp? ( media-gfx/gimp:2 )
+	gimp? ( media-gfx/gimp:0/2 )
 	gtk? (
 		dev-libs/glib:2
 		x11-libs/gtk+:2


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2021-01-06 17:35 Sergei Trofimovich
  0 siblings, 0 replies; 27+ messages in thread
From: Sergei Trofimovich @ 2021-01-06 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8fd32655fa3d4c1136cbab7390bb2315a6a909af
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Jan  6 16:16:52 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 17:34:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd32655

media-gfx/sane-frontends: stable 1.0.14-r6 for sparc, bug #763357

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
index 9c055721922..fa3a8218ab4 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 sparc ~x86"
 IUSE="gimp gtk"
 
 REQUIRED_USE="gimp? ( gtk )"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2021-01-08  0:53 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-08  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0bd2ccf26900a9f1ae8eb5104c6832dd3db6ba86
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 21:13:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 21:13:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd2ccf2

media-gfx/sane-frontends: Stabilize 1.0.14-r6 ppc64, #763357

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

 media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
index a6dd97b5258..80a533d0870 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc ppc64 sparc x86"
 IUSE="gimp gtk"
 
 REQUIRED_USE="gimp? ( gtk )"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2021-01-08 10:36 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-08 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b3cf7d6ff93dfe484138de6252e12b2b2966e387
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 10:35:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 10:35:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cf7d6f

media-gfx/sane-frontends: Stabilize 1.0.14-r6 ppc, #763357

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

 media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
index 80a533d0870..49b45b38c9a 100644
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
+++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r6.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://salsa.debian.org/debian/sane-frontends/-/archive/upstream/${PV}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm64 ppc ppc64 sparc x86"
 IUSE="gimp gtk"
 
 REQUIRED_USE="gimp? ( gtk )"


^ permalink raw reply related	[flat|nested] 27+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/
@ 2021-01-08 10:38 Sam James
  0 siblings, 0 replies; 27+ messages in thread
From: Sam James @ 2021-01-08 10:38 UTC (permalink / raw
  To: gentoo-commits

commit:     22efa11cb4ba513fe83c0eff45d4452c21bb56b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 10:37:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 10:37:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22efa11c

media-gfx/sane-frontends: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/sane-frontends/Manifest                  |  1 -
 .../sane-frontends/sane-frontends-1.0.14-r5.ebuild | 59 ----------------------
 2 files changed, 60 deletions(-)

diff --git a/media-gfx/sane-frontends/Manifest b/media-gfx/sane-frontends/Manifest
index 49b144a9fad..b3d2284932b 100644
--- a/media-gfx/sane-frontends/Manifest
+++ b/media-gfx/sane-frontends/Manifest
@@ -1,2 +1 @@
-DIST sane-frontends-1.0.14.tar.gz 231892 BLAKE2B 3d3af2ded774fa90ba4b9545a00df1f036fc72edb71a69f803dde84ca1e9d37b4d20ac91d046ce702c31eb7353d2d85b91cbf8bd53b84adea7f2e58f8be1a062 SHA512 51b24a9bd6889e99419c1d6abb30cb14d8f89b6196c5147044697bdb1b39ee029bdc0d7c6e1f1e800491988aa26f658bc974b25040c49d008ca8977673c78710
 DIST sane-frontends-upstream-1.0.14.tar.gz 233587 BLAKE2B 69e34ed783cff68879b92d478195fe8c67f29d8904e22bdc62deb7310e8ac73d1ce6fc89ee0eafe3e2460f54cec257dbfe28843aec679cfe8669be6c5fc0e2bd SHA512 ffb854f4f4fd08a98395f325c22aa81924ac1e0827e795107bf01f3c42c2cd64bc204c79bc5ec8fd570746d039eae87a2da9cdf30b7f4640442a33c6495d35f8

diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild
deleted file mode 100644
index c4179ca68c9..00000000000
--- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r5.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Scanner Access Now Easy"
-HOMEPAGE="http://www.sane-project.org"
-SRC_URI="https://alioth.debian.org/frs/download.php/file/1140/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
-IUSE="gimp gtk"
-
-RDEPEND="
-	media-gfx/sane-backends
-	gimp? ( media-gfx/gimp:0/2 )
-	gtk? (
-		dev-libs/glib:2
-		x11-libs/gtk+:2
-	)
-"
-DEPEND="${RDEPEND}"
-
-REQUIRED_USE="gimp? ( gtk )"
-
-DOCS=( AUTHORS Changelog NEWS PROBLEMS README )
-
-PATCHES=( "${FILESDIR}/MissingCapsFlag.patch" )
-
-src_configure() {
-	econf \
-		--datadir=/usr/share/misc \
-		$(use_enable gimp) \
-		$(use_enable gtk gtk2) \
-		$(use_enable gtk guis)
-}
-
-src_install() {
-	local gimpplugindir
-	local gimptool
-	emake DESTDIR="${D}" install
-	if use gimp; then
-		for gimptool in gimptool gimptool-2.0; do
-			if [[ -x /usr/bin/${gimptool} ]]; then
-				einfo "Setting plugin link for GIMP version	$(/usr/bin/${gimptool} --version)"
-				gimpplugindir=$(/usr/bin/${gimptool} --gimpplugindir)/plug-ins
-				break
-			fi
-		done
-		if [[ "/plug-ins" != "${gimpplugindir}" ]]; then
-			dodir ${gimpplugindir}
-			dosym xscanimage ${gimpplugindir}/xscanimage
-		else
-			ewarn "No idea where to find the gimp plugin directory"
-		fi
-	fi
-	einstalldocs
-}


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

end of thread, other threads:[~2021-01-08 10:38 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-18 17:11 [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2018-02-18 17:11 Andreas Sturmlechner
2018-02-18 17:11 Andreas Sturmlechner
2018-02-18 17:11 Andreas Sturmlechner
2018-02-18 17:52 Andreas Sturmlechner
2018-02-21 23:55 Andreas Sturmlechner
2018-02-22 12:04 Agostino Sarubbo
2018-02-24  8:55 Sergei Trofimovich
2018-02-25 18:21 Thomas Deutschmann
2018-03-04 20:05 Andreas Sturmlechner
2018-03-04 20:05 Andreas Sturmlechner
2018-03-04 20:05 Andreas Sturmlechner
2018-03-04 20:05 Andreas Sturmlechner
2018-03-05 13:57 Tobias Klausmann
2018-03-31 18:24 Sergei Trofimovich
2018-04-03 18:15 Matt Turner
2018-04-03 18:20 Jonas Stein
2018-04-11 23:25 Andreas Sturmlechner
2019-02-04  0:48 Andreas Sturmlechner
2019-02-04  9:06 Miroslav Šulc
2020-01-28  8:24 Joonas Niilola
2020-10-11 19:21 Sam James
2020-11-08 12:02 Sam James
2021-01-06 17:35 Sergei Trofimovich
2021-01-08  0:53 Sam James
2021-01-08 10:36 Sam James
2021-01-08 10:38 Sam James

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