public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/iscan-data: ChangeLog iscan-data-1.9.0.1.ebuild
@ 2011-07-27 19:32 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-07-27 19:32 UTC (permalink / raw
  To: gentoo-commits

flameeyes    11/07/27 19:32:18

  Modified:             ChangeLog
  Added:                iscan-data-1.9.0.1.ebuild
  Log:
  Version bump, and use the full four-components version for future-proofing.
  
  (Portage version: 2.2.0_alpha47/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	3 Apr 2011 07:06:44 -0000	1.3
+++ ChangeLog	27 Jul 2011 19:32:18 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for media-gfx/iscan-data
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.3 2011/04/03 07:06:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.4 2011/07/27 19:32:18 flameeyes Exp $
+
+*iscan-data-1.9.0.1 (27 Jul 2011)
+
+  27 Jul 2011; Diego E. Pettenò <flameeyes@gentoo.org>
+  +iscan-data-1.9.0.1.ebuild:
+  Version bump, and use the full four-components version for future-proofing.
 
   03 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> iscan-data-1.0.1.ebuild,
   iscan-data-1.8.0.ebuild:



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

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

Index: iscan-data-1.9.0.1.ebuild
===================================================================
# Copyright 1999-2011 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.9.0.1.ebuild,v 1.1 2011/07/27 19:32:18 flameeyes Exp $

EAPI=4

inherit eutils versionator

MY_PV="$(get_version_component_range 1-3)"
S="${WORKDIR}/${PN}-${MY_PV}"

DESCRIPTION="Image Scan! for Linux data files"
HOMEPAGE="http://avasys.jp/english/linux_e/"
SRC_URI="http://linux.avasys.jp/drivers/iscan-data/${MY_PV}/${PN}_$(replace_version_separator 3 -).tar.gz"
LICENSE="GPL-2"
SLOT="0"

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

DEPEND="dev-libs/libxslt"
RDEPEND="${DEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	# create udev rules
	dodir /lib/udev/rules.d
	"${D}usr/lib64/iscan-data/make-policy-file" \
		--force --quiet --mode udev \
		-d "${D}usr/share/iscan-data/epkowa.desc" \
		-o "${D}lib/udev/rules.d/99-iscan.rules"

	# install docs
	dodoc NEWS SUPPORTED-DEVICES KNOWN-PROBLEMS
}






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/iscan-data: ChangeLog iscan-data-1.9.0.1.ebuild
@ 2011-10-15 23:12 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2011-10-15 23:12 UTC (permalink / raw
  To: gentoo-commits

maekke      11/10/15 23:12:14

  Modified:             ChangeLog iscan-data-1.9.0.1.ebuild
  Log:
  x86 stable, bug #386021
  
  (Portage version: 2.1.10.25/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Jul 2011 19:32:18 -0000	1.4
+++ ChangeLog	15 Oct 2011 23:12:14 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/iscan-data
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.4 2011/07/27 19:32:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.5 2011/10/15 23:12:14 maekke Exp $
+
+  15 Oct 2011; Markus Meier <maekke@gentoo.org> iscan-data-1.9.0.1.ebuild:
+  x86 stable, bug #386021
 
 *iscan-data-1.9.0.1 (27 Jul 2011)
 



1.2                  media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild

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

Index: iscan-data-1.9.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- iscan-data-1.9.0.1.ebuild	27 Jul 2011 19:32:18 -0000	1.1
+++ iscan-data-1.9.0.1.ebuild	15 Oct 2011 23:12:14 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.9.0.1.ebuild,v 1.1 2011/07/27 19:32:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild,v 1.2 2011/10/15 23:12:14 maekke Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/iscan-data: ChangeLog iscan-data-1.9.0.1.ebuild
@ 2011-10-15 23:13 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-15 23:13 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/15 23:13:50

  Modified:             ChangeLog iscan-data-1.9.0.1.ebuild
  Log:
  amd64 stable wrt #386021
  
  (Portage version: 2.2.0_alpha67/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Oct 2011 23:12:14 -0000	1.5
+++ ChangeLog	15 Oct 2011 23:13:49 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/iscan-data
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.5 2011/10/15 23:12:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/ChangeLog,v 1.6 2011/10/15 23:13:49 ssuominen Exp $
+
+  15 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+  iscan-data-1.9.0.1.ebuild:
+  amd64 stable wrt #386021
 
   15 Oct 2011; Markus Meier <maekke@gentoo.org> iscan-data-1.9.0.1.ebuild:
   x86 stable, bug #386021



1.3                  media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild

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

Index: iscan-data-1.9.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iscan-data-1.9.0.1.ebuild	15 Oct 2011 23:12:14 -0000	1.2
+++ iscan-data-1.9.0.1.ebuild	15 Oct 2011 23:13:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.9.0.1.ebuild,v 1.2 2011/10/15 23:12:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/iscan-data/iscan-data-1.9.0.1.ebuild,v 1.3 2011/10/15 23:13:49 ssuominen Exp $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="dev-libs/libxslt"






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

end of thread, other threads:[~2011-10-15 23:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-15 23:12 [gentoo-commits] gentoo-x86 commit in media-gfx/iscan-data: ChangeLog iscan-data-1.9.0.1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-15 23:13 Samuli Suominen (ssuominen)
2011-07-27 19:32 Diego Petteno (flameeyes)

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