summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-21 08:55:59 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-21 08:55:59 +0000
commit5935a2c5b572bac75bf99db62ff00c633c29047e (patch)
tree9fb5297d9ae5d6a64f980b54c07410c6864b101a /media-gfx
parentCleanup due #92799 (diff)
downloadgentoo-2-5935a2c5b572bac75bf99db62ff00c633c29047e.tar.gz
gentoo-2-5935a2c5b572bac75bf99db62ff00c633c29047e.tar.bz2
gentoo-2-5935a2c5b572bac75bf99db62ff00c633c29047e.zip
Cleanup due #92799
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/iscan/ChangeLog6
-rw-r--r--media-gfx/iscan/iscan-2.28.1.3.ebuild164
-rw-r--r--media-gfx/iscan/metadata.xml3
3 files changed, 6 insertions, 167 deletions
diff --git a/media-gfx/iscan/ChangeLog b/media-gfx/iscan/ChangeLog
index baa9d61527ca..f65d34593e11 100644
--- a/media-gfx/iscan/ChangeLog
+++ b/media-gfx/iscan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/iscan
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.54 2013/02/20 19:35:26 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/ChangeLog,v 1.55 2013/07/21 08:55:59 pacho Exp $
+
+ 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> -iscan-2.28.1.3.ebuild,
+ metadata.xml:
+ Cleanup due #92799
20 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org> iscan-2.29.1.5.ebuild:
Fix QA warning (closes bug #458098).
diff --git a/media-gfx/iscan/iscan-2.28.1.3.ebuild b/media-gfx/iscan/iscan-2.28.1.3.ebuild
deleted file mode 100644
index 19640ad31ea5..000000000000
--- a/media-gfx/iscan/iscan-2.28.1.3.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan/iscan-2.28.1.3.ebuild,v 1.4 2012/12/11 03:42:44 axs Exp $
-
-EAPI="4"
-
-inherit eutils flag-o-matic autotools versionator
-
-# HINTS:
-# -> non-free modules are x86 and amd64 only
-# -> iscan frontend needs non-free modules
-# -> sane-epkowa should be usable on every arch
-# -> ${P}-${SRC_REV}.tar.gz (for gcc 3.2/3.3)
-# -> ${P}-${SRC_REV}.c2.tar.gz (for gcc 3.4 or later)
-
-# FIXME:
-# Make jpeg/png optional. The problem is, that the configure script ignores --disable-*,
-# if the corresponding lib is found on the system.
-# Furthermore, iscan doesn't compile w/o libusb, this should be fixed somehow.
-
-# TODO:
-# (re)add closed-source binary modules which are needed for some scanners.
-
-KEYWORDS="~amd64 ~x86"
-
-MY_PV="$(get_version_component_range 1-3)"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-DESCRIPTION="EPSON Image Scan! for Linux (including sane-epkowa backend)"
-HOMEPAGE="http://www.avasys.jp/english/linux_e/dl_scan.html"
-SRC_URI="http://linux.avasys.jp/drivers/${PN}/${MY_PV}/${PN}_$(replace_version_separator 3 -).tar.gz
- doc? ( http://linux.avasys.jp/drivers/iscan/doc/userg_revL_e.pdf )"
-LICENSE="GPL-2 AVASYS"
-SLOT="0"
-
-IUSE="X gimp jpeg png tiff doc"
-IUSE_LINGUAS="ar de es fr it ja ko nl pt zh_CN zh_TW"
-
-for X in ${IUSE_LINGUAS}; do IUSE="${IUSE} linguas_${X}"; done
-
-QA_PRESTRIPPED="usr/$(get_libdir)/libesmod.so.*"
-QA_TEXTRELS="${QA_PRESTRIPPED}"
-QA_FLAGS_IGNORED="${QA_PRESTRIPPED}"
-
-# Upstream ships broken sanity test
-RESTRICT="test"
-
-RDEPEND="media-gfx/iscan-data
- media-gfx/sane-backends
- virtual/udev
- virtual/libusb:0
- X? (
- x11-libs/gtk+:2
- gimp? ( media-gfx/gimp )
- png? ( media-libs/libpng )
- jpeg? ( virtual/jpeg )
- tiff? ( media-libs/tiff )
- )"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- X? ( sys-devel/gettext )"
-
-src_prepare() {
- local i
-
- # convert japanese docs to UTF-8
- if use linguas_ja; then
- for i in {NEWS,README}.ja non-free/*.ja.txt; do
- if [ -f "${i}" ]; then
- echo ">>> Converting ${i} to UTF-8"
- iconv -f eucjp -t utf8 -o "${i}~" "${i}" && mv -f "${i}~" "${i}" || rm -f "${i}~"
- fi
- done
- fi
-
- # disable checks for gtk+
- if ! use X; then
- sed -i -e "s:PKG_CHECK_MODULES(GTK,.*):AC_DEFINE([HAVE_GTK_2], 0):g" \
- -e "s:\(PKG_CHECK_MODULES(GDK_IMLIB,.*)\):#\1:g" configure.ac
- fi
-
- epatch "${FILESDIR}"/iscan-2.25.0-drop-ltdl.patch
- epatch "${FILESDIR}"/iscan-2.25.0-fix-g++-test.patch
- epatch "${FILESDIR}"/iscan-2.28.1.3+libpng-1.5.patch
-
- eautoreconf
-}
-
-src_configure() {
- append-flags -D_GNU_SOURCE # needed for 'strndup'
- local myconf="--enable-dependency-reduction"
-
- if use X; then
- myconf="${myconf}
- --enable-frontend
- $(use_enable gimp)
- $(use_enable jpeg)
- $(use_enable png)
- $(use_enable tiff)"
- else
- myconf="${myconf}
- --disable-frontend --disable-gimp
- --disable-jpeg --disable-png --disable-tiff"
- fi
-
- econf --disable-static ${myconf}
-}
-
-src_install() {
- local MY_LIB="/usr/$(get_libdir)"
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # install docs
- dodoc AUTHORS NEWS README
- use linguas_ja && dodoc NEWS.ja README.ja
-
- # install sane config
- insinto /etc/sane.d
- doins backend/epkowa.conf
-
- # install extra docs
- if use doc; then
- insinto /usr/share/doc/${PF}
- doins "${DISTDIR}/userg_revL_e.pdf"
- fi
-
- # link iscan so it is seen as a plugin in gimp
- if use X && use gimp; then
- local plugindir
- if [ -x /usr/bin/gimptool ]; then
- plugindir="$(gimptool --gimpplugindir)/plug-ins"
- elif [ -x /usr/bin/gimptool-2.0 ]; then
- plugindir="$(gimptool-2.0 --gimpplugindir)/plug-ins"
- else
- die "Can't find GIMP plugin directory."
- fi
- dodir "${plugindir}"
- dosym /usr/bin/iscan "${plugindir}"
- fi
-
- # install desktop entry
- if use X; then
- make_desktop_entry iscan "Image Scan! for Linux ${PV}" scanner
- fi
-}
-
-pkg_postinst() {
- local i
- local DLL_CONF="/etc/sane.d/dll.conf"
- local EPKOWA_CONF="/etc/sane.d/epkowa.conf"
-
- elog
- if grep -q "^[ \t]*\<epkowa\>" ${DLL_CONF}; then
- elog "Please edit ${EPKOWA_CONF} to suit your needs."
- elif grep -q "\<epkowa\>" ${DLL_CONF}; then
- elog "Hint: to enable the backend, add 'epkowa' to ${DLL_CONF}"
- elog "Then edit ${EPKOWA_CONF} to suit your needs."
- else
- echo "epkowa" >> ${DLL_CONF}
- elog "A new entry 'epkowa' was added to ${DLL_CONF}"
- elog "Please edit ${EPKOWA_CONF} to suit your needs."
- fi
-}
diff --git a/media-gfx/iscan/metadata.xml b/media-gfx/iscan/metadata.xml
index 061712b87814..1668e191f084 100644
--- a/media-gfx/iscan/metadata.xml
+++ b/media-gfx/iscan/metadata.xml
@@ -2,8 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
- <email>sbriesen@gentoo.org</email>
- <name>Stefan Briesenick</name>
+ <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
Image Scan! is a graphical scanner utility for people that do not need all