public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: ChangeLog xsane-0.995.ebuild
@ 2008-01-19 20:51 Patrick Kursawe (phosphan)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Kursawe (phosphan) @ 2008-01-19 20:51 UTC (permalink / raw
  To: gentoo-commits

phosphan    08/01/19 20:51:20

  Modified:             ChangeLog
  Added:                xsane-0.995.ebuild
  Log:
  Version bump, bug #201432
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.64                 media-gfx/xsane/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	16 Jun 2007 07:14:47 -0000	1.63
+++ ChangeLog	19 Jan 2008 20:51:20 -0000	1.64
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/xsane
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.63 2007/06/16 07:14:47 dertobi123 Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.64 2008/01/19 20:51:20 phosphan Exp $
+
+*xsane-0.995 (19 Jan 2008)
+
+  19 Jan 2008; Patrick Kursawe <phosphan@gentoo.org> +xsane-0.995.ebuild:
+  Version bump, bug #201432
 
   16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> xsane-0.994.ebuild:
   ppc stable, bug #178933



1.1                  media-gfx/xsane/xsane-0.995.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.1&content-type=text/plain

Index: xsane-0.995.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.1 2008/01/19 20:51:20 phosphan Exp $

inherit eutils

DESCRIPTION="graphical scanning frontend"
HOMEPAGE="http://www.xsane.org/"
SRC_URI="http://www.xsane.org/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="nls jpeg png tiff gimp lcms"

RDEPEND="media-gfx/sane-backends
	>=x11-libs/gtk+-2.0
	jpeg? ( media-libs/jpeg )
	png? ( media-libs/libpng )
	tiff? ( media-libs/tiff )
	gimp? ( media-gfx/gimp )
	lcms? ( media-libs/lcms )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

pkg_setup() {
	export OLDXSANE
	if has_version '<=media-gfx/xsane-0.93'; then
		OLDXSANE="yes"
	else
		OLDXSANE="no"
	fi
}

src_compile() {
	local extraCPPflags
	if use lcms; then
		extraCPPflags="-I /usr/include/lcms"
	fi
	CPPFLAGS="${CPPFLAGS} ${extraCPPflags}" econf --enable-gtk2 \
		$(use_enable nls) \
		$(use_enable jpeg) \
		$(use_enable png) \
		$(use_enable tiff) \
		$(use_enable gimp) \
		$(use_enable lcms) \
		|| die
	emake || die
}

src_install() {
	einstall || die
	dodoc xsane.[A-Z]*
	dohtml -r doc

	# link xsane so it is seen as a plugin in gimp
	if 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/xsane "${plugindir}"
	fi
	newicon src/xsane-48x48.png ${PN}.png
	make_desktop_entry xsane "X-Sane" ${PN}
}

pkg_postinst() {
	if [ x${OLDXSANE} = 'xyes' ]; then
		ewarn "If you are upgrading from <=xsane-0.93, please make sure to"
		ewarn "remove ~/.sane/xsane/xsane.rc _before_ you start xsane for"
		ewarn "the first time."
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: ChangeLog xsane-0.995.ebuild
@ 2008-08-01 19:08 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-08-01 19:08 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/08/01 19:08:57

  Modified:             ChangeLog xsane-0.995.ebuild
  Log:
  Stable on ppc wrt bug 231189
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.68                 media-gfx/xsane/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	29 Jul 2008 17:32:49 -0000	1.67
+++ ChangeLog	1 Aug 2008 19:08:56 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/xsane
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.67 2008/07/29 17:32:49 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.68 2008/08/01 19:08:56 nixnut Exp $
+
+  01 Aug 2008; nixnut <nixnut@gentoo.org> xsane-0.995.ebuild:
+  Stable on ppc wrt bug 231189
 
   29 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> xsane-0.995.ebuild:
   Stable on sparc, bug #231189



1.4                  media-gfx/xsane/xsane-0.995.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?r1=1.3&r2=1.4

Index: xsane-0.995.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xsane-0.995.ebuild	29 Jul 2008 17:32:49 -0000	1.3
+++ xsane-0.995.ebuild	1 Aug 2008 19:08:56 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.3 2008/07/29 17:32:49 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.4 2008/08/01 19:08:56 nixnut Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc ~x86"
 IUSE="nls jpeg png tiff gimp lcms"
 
 RDEPEND="media-gfx/sane-backends






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: ChangeLog xsane-0.995.ebuild
@ 2008-08-02 21:24 Markus Rothe (corsair)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Rothe (corsair) @ 2008-08-02 21:24 UTC (permalink / raw
  To: gentoo-commits

corsair     08/08/02 21:24:08

  Modified:             ChangeLog xsane-0.995.ebuild
  Log:
  Stable on ppc64; bug #231189
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.69                 media-gfx/xsane/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	1 Aug 2008 19:08:56 -0000	1.68
+++ ChangeLog	2 Aug 2008 21:24:08 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/xsane
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.68 2008/08/01 19:08:56 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.69 2008/08/02 21:24:08 corsair Exp $
+
+  02 Aug 2008; Markus Rothe <corsair@gentoo.org> xsane-0.995.ebuild:
+  Stable on ppc64; bug #231189
 
   01 Aug 2008; nixnut <nixnut@gentoo.org> xsane-0.995.ebuild:
   Stable on ppc wrt bug 231189



1.5                  media-gfx/xsane/xsane-0.995.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?r1=1.4&r2=1.5

Index: xsane-0.995.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xsane-0.995.ebuild	1 Aug 2008 19:08:56 -0000	1.4
+++ xsane-0.995.ebuild	2 Aug 2008 21:24:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.4 2008/08/01 19:08:56 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.5 2008/08/02 21:24:08 corsair Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ppc ppc64 sparc ~x86"
 IUSE="nls jpeg png tiff gimp lcms"
 
 RDEPEND="media-gfx/sane-backends






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

* [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: ChangeLog xsane-0.995.ebuild
@ 2008-08-10 17:14 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Klausmann (klausman) @ 2008-08-10 17:14 UTC (permalink / raw
  To: gentoo-commits

klausman    08/08/10 17:14:54

  Modified:             ChangeLog xsane-0.995.ebuild
  Log:
  Stable on alpha, bug #231189
  (Portage version: 2.2_rc7/cvs/Linux 2.6.26.1 x86_64)

Revision  Changes    Path
1.71                 media-gfx/xsane/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	7 Aug 2008 21:51:30 -0000	1.70
+++ ChangeLog	10 Aug 2008 17:14:54 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/xsane
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.70 2008/08/07 21:51:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/ChangeLog,v 1.71 2008/08/10 17:14:54 klausman Exp $
+
+  10 Aug 2008; Tobias Klausmann <klausman@gentoo.org> xsane-0.995.ebuild:
+  Stable on alpha, bug #231189
 
   07 Aug 2008; Markus Meier <maekke@gentoo.org> xsane-0.995.ebuild:
   amd64/x86 stable, bug #231189



1.7                  media-gfx/xsane/xsane-0.995.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild?r1=1.6&r2=1.7

Index: xsane-0.995.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xsane-0.995.ebuild	7 Aug 2008 21:51:30 -0000	1.6
+++ xsane-0.995.ebuild	10 Aug 2008 17:14:54 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.6 2008/08/07 21:51:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/xsane/xsane-0.995.ebuild,v 1.7 2008/08/10 17:14:54 klausman Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ppc ppc64 sparc x86"
 IUSE="nls jpeg png tiff gimp lcms"
 
 RDEPEND="media-gfx/sane-backends






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

end of thread, other threads:[~2008-08-10 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01 19:08 [gentoo-commits] gentoo-x86 commit in media-gfx/xsane: ChangeLog xsane-0.995.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-10 17:14 Tobias Klausmann (klausman)
2008-08-02 21:24 Markus Rothe (corsair)
2008-01-19 20:51 Patrick Kursawe (phosphan)

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