* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-gt-f720/
@ 2016-05-14 8:49 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2016-05-14 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 110a28b0894efd13218961daa82b7601fe3777f4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 08:04:29 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 14 08:49:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110a28b0
media-gfx/iscan-plugin-gt-f720: INSOPTIONS -> insopts, #566488
media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild | 4 ++--
media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
index 378d59d..bbc64f7 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -47,7 +47,7 @@ src_install() {
# install scanner plugins
insinto "${MY_LIB}/esci"
- INSOPTIONS="-m0755"
+ insopts -m0755
doins "${WORKDIR}/usr/$(get_libdir)/esci/"*
}
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
index 8bdb397..8cbb94d 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -45,7 +45,7 @@ src_install() {
# install scanner plugins
insinto "${MY_LIB}/esci"
- INSOPTIONS="-m0755"
+ insopts -m0755
doins "${WORKDIR}/usr/$(get_libdir)/esci/"*
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-gt-f720/
@ 2018-01-07 14:33 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2018-01-07 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 5587c4d39fb96e43d07779c8becbae26b9551fff
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 14:32:24 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 14:33:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5587c4d3
media-gfx/iscan-plugin-gt-f720: Drop linguas_ja flag.
AVASYSPL.{en,ja}.txt are copies of the "AVASYS" license, so these
files should not be installed at all.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../iscan-plugin-gt-f720-0.0.1.2.ebuild | 14 +-------------
.../iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild | 14 +-------------
2 files changed, 2 insertions(+), 26 deletions(-)
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
index 369ca44f7cf..a09a64ceb97 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
@@ -18,11 +18,6 @@ LICENSE="AVASYS"
SLOT="0"
KEYWORDS="-* amd64 x86"
-IUSE=""
-IUSE_LINGUAS="ja"
-
-for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
-
DEPEND=">=media-gfx/iscan-2.21.0"
RDEPEND="${DEPEND}"
@@ -37,13 +32,6 @@ src_install() {
insinto /usr/share/esci
doins "${WORKDIR}/usr/share/esci/"*
- # install docs
- if use linguas_ja; then
- dodoc usr/share/doc/*/AVASYSPL.ja.txt
- else
- dodoc usr/share/doc/*/AVASYSPL.en.txt
- fi
-
# install scanner plugins
insinto "${MY_LIB}/esci"
insopts -m0755
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
index 949f41b3445..be5793af563 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -20,11 +20,6 @@ LICENSE="AVASYS"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
-IUSE_LINGUAS="ja"
-
-for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
-
DEPEND=">=media-gfx/iscan-2.21.0"
RDEPEND="${DEPEND}"
@@ -35,13 +30,6 @@ src_install() {
insinto /usr/share/esci
doins "${WORKDIR}/usr/share/esci/"*
- # install docs
- if use linguas_ja; then
- dodoc "usr/share/doc/${MY_P}/AVASYSPL.ja.txt"
- else
- dodoc "usr/share/doc/${MY_P}/AVASYSPL.en.txt"
- fi
-
# install scanner plugins
insinto "${MY_LIB}/esci"
insopts -m0755
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-gt-f720/
@ 2018-03-30 2:54 Aaron Bauman
0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2018-03-30 2:54 UTC (permalink / raw
To: gentoo-commits
commit: 25a2d211516495d09d7b8d5063de4e060365df86
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Mar 27 17:17:05 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 02:51:40 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25a2d211
media-gfx/iscan-plugin-gt-f720: Remove old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/7649
.../iscan-plugin-gt-f720-0.0.1.ebuild | 54 ----------------------
1 file changed, 54 deletions(-)
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
deleted file mode 100644
index be5793af563..00000000000
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit multilib rpm
-
-# Revision used by upstream
-SRC_REV="2"
-
-MY_P="esci-interpreter-gt-f720-${PV}"
-
-DESCRIPTION="Epson Perfection V300 PHOTO scanner plugin for SANE 'epkowa' backend"
-HOMEPAGE="http://www.avasys.jp/english/linux_e/dl_scan.html"
-SRC_URI="
- x86? ( http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/${MY_P}-${SRC_REV}.i386.rpm )
- amd64? ( http://linux.avasys.jp/drivers/scanner-plugins/GT-F720/${MY_P}-${SRC_REV}.x86_64.rpm )"
-
-LICENSE="AVASYS"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=">=media-gfx/iscan-2.21.0"
-RDEPEND="${DEPEND}"
-
-src_install() {
- local MY_LIB="/usr/$(get_libdir)"
-
- # install scanner firmware
- insinto /usr/share/esci
- doins "${WORKDIR}/usr/share/esci/"*
-
- # install scanner plugins
- insinto "${MY_LIB}/esci"
- insopts -m0755
- doins "${WORKDIR}/usr/$(get_libdir)/esci/"*
-}
-
-pkg_postinst() {
- local MY_LIB="/usr/$(get_libdir)"
-
- # Needed for scaner to work properly.
- iscan-registry --add interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
- elog
- elog "Firmware file esfw8b.bin for Epson Perfection V300 PHOTO"
- elog "has been installed in /usr/share/esci and registered for use."
- elog
-}
-
-pkg_prerm() {
- local MY_LIB="/usr/$(get_libdir)"
-
- iscan-registry --remove interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-gt-f720/
@ 2020-10-25 19:11 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2020-10-25 19:11 UTC (permalink / raw
To: gentoo-commits
commit: 695203894eb9bd0d7be99ec381fadf50ff48a027
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 21:19:20 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 19:11:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69520389
media-gfx/iscan-plugin-gt-f720: port to EAPI 7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../iscan-plugin-gt-f720-0.0.1.2.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
index a09a64ceb97..89786f1de27 100644
--- a/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
+++ b/media-gfx/iscan-plugin-gt-f720/iscan-plugin-gt-f720-0.0.1.2.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=7
-inherit multilib versionator rpm
+inherit rpm
-MY_PV="$(get_version_component_range 1-3)"
-MY_PVR="$(replace_version_separator 3 -)"
+MY_PV="$(ver_cut 1-3)"
+MY_PVR="$(ver_rs 3 -)"
MY_P="esci-interpreter-gt-f720-${MY_PVR}"
DESCRIPTION="Epson Perfection V300 PHOTO scanner plugin for SANE 'epkowa' backend"
HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
SRC_URI="amd64? ( https://dev.gentoo.org/~flameeyes/avasys/${MY_P}.x86_64.rpm )
x86? ( https://dev.gentoo.org/~flameeyes/avasys/${MY_P}.i386.rpm )"
+S="${WORKDIR}"
LICENSE="AVASYS"
SLOT="0"
@@ -21,8 +22,6 @@ KEYWORDS="-* amd64 x86"
DEPEND=">=media-gfx/iscan-2.21.0"
RDEPEND="${DEPEND}"
-S="${WORKDIR}"
-
QA_PREBUILT="usr/lib64/esci/libesci-interpreter-gt-f720.so*"
src_install() {
@@ -42,7 +41,7 @@ pkg_postinst() {
local MY_LIB="/usr/$(get_libdir)"
# Needed for scaner to work properly.
- iscan-registry --add interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
+ iscan-registry --add interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin" || die
elog
elog "Firmware file esfw8b.bin for Epson Perfection V300 PHOTO"
elog "has been installed in /usr/share/esci and registered for use."
@@ -52,5 +51,5 @@ pkg_postinst() {
pkg_prerm() {
local MY_LIB="/usr/$(get_libdir)"
- iscan-registry --remove interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin"
+ iscan-registry --remove interpreter usb 0x04b8 0x0131 "${MY_LIB}/esci/libesci-interpreter-gt-f720 /usr/share/esci/esfw8b.bin" || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-10-25 19:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-25 19:11 [gentoo-commits] repo/gentoo:master commit in: media-gfx/iscan-plugin-gt-f720/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2018-03-30 2:54 Aaron Bauman
2018-01-07 14:33 Ulrich Müller
2016-05-14 8:49 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox