public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/rpm2targz: ChangeLog rpm2targz-9.0.0.3g.ebuild
@ 2008-09-17 11:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-09-17 11:25 UTC (permalink / raw
  To: gentoo-commits

vapier      08/09/17 11:25:53

  Modified:             ChangeLog
  Added:                rpm2targz-9.0.0.3g.ebuild
  Log:
  Fixup rpmoffset a little more #237308 by Dmitry Karasik.
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.71                 app-arch/rpm2targz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	29 Aug 2008 04:12:56 -0000	1.70
+++ ChangeLog	17 Sep 2008 11:25:52 -0000	1.71
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/rpm2targz
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.70 2008/08/29 04:12:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.71 2008/09/17 11:25:52 vapier Exp $
+
+*rpm2targz-9.0.0.3g (17 Sep 2008)
+
+  17 Sep 2008; Mike Frysinger <vapier@gentoo.org>
+  +rpm2targz-9.0.0.3g.ebuild:
+  Fixup rpmoffset a little more #237308 by Dmitry Karasik.
 
 *rpm2targz-9.0.0.2g (29 Aug 2008)
 



1.1                  app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild?rev=1.1&content-type=text/plain

Index: rpm2targz-9.0.0.3g.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild,v 1.1 2008/09/17 11:25:52 vapier Exp $

inherit toolchain-funcs eutils

DESCRIPTION="Convert a .rpm file to a .tar.gz archive"
HOMEPAGE="http://www.slackware.com/config/packages.php"
SRC_URI="mirror://gentoo/${P}.tar.lzma"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="userland_GNU"

# NOTE: rpm2targz autodetects rpm2cpio at runtime, and uses it if available,
#       so we don't explicitly set it as a dependency.
RDEPEND="app-arch/cpio"
DEPEND="${DEPEND}
	app-arch/lzma-utils"

src_install() {
	emake install DESTDIR="${D}" || die
	dodoc *.README*
}






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

* [gentoo-commits] gentoo-x86 commit in app-arch/rpm2targz: ChangeLog rpm2targz-9.0.0.3g.ebuild
@ 2008-10-25 23:27 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-10-25 23:27 UTC (permalink / raw
  To: gentoo-commits

vapier      08/10/25 23:27:35

  Modified:             ChangeLog rpm2targz-9.0.0.3g.ebuild
  Log:
  Respect CC env var #243506.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64)

Revision  Changes    Path
1.73                 app-arch/rpm2targz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	18 Sep 2008 01:23:32 -0000	1.72
+++ ChangeLog	25 Oct 2008 23:27:35 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/rpm2targz
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.72 2008/09/18 01:23:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/ChangeLog,v 1.73 2008/10/25 23:27:35 vapier Exp $
+
+  25 Oct 2008; Mike Frysinger <vapier@gentoo.org> rpm2targz-9.0.0.3g.ebuild:
+  Respect CC env var #243506.
 
   18 Sep 2008; Mike Frysinger <vapier@gentoo.org> -rpm2targz-9.0-r6.ebuild,
   +rpm2targz-9.0-r7.ebuild:



1.2                  app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild?r1=1.1&r2=1.2

Index: rpm2targz-9.0.0.3g.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rpm2targz-9.0.0.3g.ebuild	17 Sep 2008 11:25:52 -0000	1.1
+++ rpm2targz-9.0.0.3g.ebuild	25 Oct 2008 23:27:35 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild,v 1.1 2008/09/17 11:25:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm2targz/rpm2targz-9.0.0.3g.ebuild,v 1.2 2008/10/25 23:27:35 vapier Exp $
 
-inherit toolchain-funcs eutils
+inherit toolchain-funcs
 
 DESCRIPTION="Convert a .rpm file to a .tar.gz archive"
 HOMEPAGE="http://www.slackware.com/config/packages.php"
@@ -19,6 +19,10 @@
 DEPEND="${DEPEND}
 	app-arch/lzma-utils"
 
+src_compile() {
+	emake CC="$(tc-getCC)" || die
+}
+
 src_install() {
 	emake install DESTDIR="${D}" || die
 	dodoc *.README*






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

end of thread, other threads:[~2008-10-25 23:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 11:25 [gentoo-commits] gentoo-x86 commit in app-arch/rpm2targz: ChangeLog rpm2targz-9.0.0.3g.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-25 23:27 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