public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/sane-backends: sane-backends-1.0.23-r1.ebuild ChangeLog
@ 2013-05-08 19:17 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-05-08 19:17 UTC (permalink / raw
  To: gentoo-commits

vapier      13/05/08 19:17:34

  Modified:             sane-backends-1.0.23-r1.ebuild ChangeLog
  Log:
  Use standard `unpack` to unpack the combined tarball.
  
  (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)

Revision  Changes    Path
1.2                  media-gfx/sane-backends/sane-backends-1.0.23-r1.ebuild

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

Index: sane-backends-1.0.23-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.23-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sane-backends-1.0.23-r1.ebuild	15 Mar 2013 08:15:52 -0000	1.1
+++ sane-backends-1.0.23-r1.ebuild	8 May 2013 19:17:34 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.23-r1.ebuild,v 1.1 2013/03/15 08:15:52 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.23-r1.ebuild,v 1.2 2013/05/08 19:17:34 vapier Exp $
 
 EAPI="5"
 
@@ -113,6 +113,13 @@
 
 DESCRIPTION="Scanner Access Now Easy - Backends"
 HOMEPAGE="http://www.sane-project.org/"
+SRC_URI="https://alioth.debian.org/frs/download.php/3752/sane-backends-1.0.23.tar.gz.1
+	https://alioth.debian.org/frs/download.php/3753/sane-backends-1.0.23.tar.gz.2
+	https://alioth.debian.org/frs/download.php/3754/sane-backends-1.0.23.tar.gz.3"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	sane_backends_dc210? ( virtual/jpeg )
@@ -147,24 +154,17 @@
 RDEPEND="${RDEPEND}
 	!<sys-fs/udev-114"
 
-SRC_URI="https://alioth.debian.org/frs/download.php/3752/sane-backends-1.0.23.tar.gz.1
-	https://alioth.debian.org/frs/download.php/3753/sane-backends-1.0.23.tar.gz.2
-	https://alioth.debian.org/frs/download.php/3754/sane-backends-1.0.23.tar.gz.3"
-SLOT="0"
-LICENSE="GPL-2 public-domain"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
-
 pkg_setup() {
 	enewgroup scanner
 	enewuser saned -1 -1 -1 scanner
 }
 
 src_unpack() {
-	rm -f "${P}.tar.gz"
+	local file
 	for file in ${A}; do
-		cat "${DISTDIR}/${file}" >> "${P}.tar.gz"
-	done
-	tar xzf "${P}.tar.gz"
+		cat "${DISTDIR}/${file}"
+	done > "${P}.tar.gz"
+	unpack ./"${P}.tar.gz"
 }
 
 src_prepare() {



1.224                media-gfx/sane-backends/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.224&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?rev=1.224&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/sane-backends/ChangeLog?r1=1.223&r2=1.224

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -r1.223 -r1.224
--- ChangeLog	15 Mar 2013 08:15:52 -0000	1.223
+++ ChangeLog	8 May 2013 19:17:34 -0000	1.224
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/sane-backends
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.223 2013/03/15 08:15:52 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.224 2013/05/08 19:17:34 vapier Exp $
+
+  08 May 2013; Mike Frysinger <vapier@gentoo.org>
+  sane-backends-1.0.23-r1.ebuild:
+  Use standard `unpack` to unpack the combined tarball.
 
 *sane-backends-1.0.23-r1 (15 Mar 2013)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-08 19:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 19:17 [gentoo-commits] gentoo-x86 commit in media-gfx/sane-backends: sane-backends-1.0.23-r1.ebuild ChangeLog Mike Frysinger (vapier)

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