idella4     15/07/14 15:48:30

  Modified:             ChangeLog
  Added:                iscan-data-1.36.0.1.ebuild
  Log:
  bump, ebuild supplied by proxy maintainer via bug #487988
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.16                 media-gfx/iscan-data/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   12 Dec 2014 17:24:51 -0000      1.15
+++ ChangeLog   14 Jul 2015 15:48:30 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/iscan-data
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.15 
2014/12/12 17:24:51 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.16 
2015/07/14 15:48:30 idella4 Exp $
+
+*iscan-data-1.36.0.1 (14 Jul 2015)
+
+  14 Jul 2015; Ian Delaney <[email protected]> +iscan-data-1.36.0.1.ebuild:
+  bump, ebuild supplied by proxy maintainer via bug #487988
 
   12 Dec 2014; Pacho Ramos <[email protected]> metadata.xml:
   New maintainer



1.1                  media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild?rev=1.1&content-type=text/plain

Index: iscan-data-1.36.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-gfx/iscan-data/iscan-data-1.36.0.1.ebuild,v 1.1 
2015/07/14 15:48:30 idella4 Exp $

EAPI=5

inherit eutils versionator udev multilib

MY_PV="$(get_version_component_range 1-3)"
MY_PVR="$(replace_version_separator 3 -)"

DESCRIPTION="Image Scan! for Linux data files"
HOMEPAGE="http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX";
# Use a gentoo hosted url since upstream uses a session based url that causes 
the
# files to no longer be available after the session expires.
SRC_URI="http://dev.gentoo.org/~idella4/tarballs//${PN}_${MY_PVR}.tar.gz";
LICENSE="GPL-2"
SLOT="0"

KEYWORDS="~amd64 ~x86"
IUSE="udev"

DEPEND="udev? (
                dev-libs/libxslt
                media-gfx/sane-backends
        )"
RDEPEND=""

S="${WORKDIR}/${PN}-${MY_PV}"

DOCS=( NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS )

src_install() {
        ewarn ""; ewarn "Some profiles automatically enable udev which will 
cause install to fail"
        ewarn "if media-gfx/sane-backends is not already installed."; ewarn ""
        default

        if use udev; then
        # create udev rules
                local rulesdir=$(get_udevdir)/rules.d
                dodir ${rulesdir}
                "${D}usr/$(get_libdir)/iscan-data/make-policy-file" \
                        --force --mode udev \
                        -d "${D}usr/share/iscan-data/epkowa.desc" \
                        -o "${D}${rulesdir}/99-iscan.rules" || die
        fi
}




Reply via email to