public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/undms: ChangeLog undms-1.3.ebuild
@ 2009-10-12 17:02 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Loeser (halcy0n) @ 2009-10-12 17:02 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/10/12 17:02:13

  Modified:             ChangeLog undms-1.3.ebuild
  Log:
  QA fixes; unquoted variables
  (Portage version: 2.2_rc45/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-arch/undms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	23 Aug 2008 18:18:41 -0000	1.6
+++ ChangeLog	12 Oct 2009 17:02:12 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/undms
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.6 2008/08/23 18:18:41 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.7 2009/10/12 17:02:12 halcy0n Exp $
+
+  12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> undms-1.3.ebuild:
+  QA fixes; unquoted variables
 
   23 Aug 2008; Markus Meier <maekke@gentoo.org> undms-1.3.ebuild:
   add ~amd64, bug #225993



1.6                  app-arch/undms/undms-1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/undms/undms-1.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/undms/undms-1.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/undms/undms-1.3.ebuild?r1=1.5&r2=1.6

Index: undms-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- undms-1.3.ebuild	23 Aug 2008 18:18:41 -0000	1.5
+++ undms-1.3.ebuild	12 Oct 2009 17:02:12 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.5 2008/08/23 18:18:41 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.6 2009/10/12 17:02:12 halcy0n Exp $
 
 inherit eutils
 
@@ -15,9 +15,9 @@
 DEPEND="app-arch/ncompress"
 
 src_unpack() {
-	mkdir ${S}
-	uncompress -dc ${DISTDIR}/${P}.c.Z > ${S}/undms.c
-	cp ${DISTDIR}/${P}.c.Z.readme  ${S}/${P}.c.Z.readme
+	mkdir "${S}"
+	uncompress -dc "${DISTDIR}"/${P}.c.Z > "${S}"/undms.c
+	cp "${DISTDIR}"/${P}.c.Z.readme  "${S}"/${P}.c.Z.readme
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in app-arch/undms: ChangeLog undms-1.3.ebuild
@ 2010-01-01 19:42 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-01 19:42 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/01 19:42:05

  Modified:             ChangeLog undms-1.3.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.8                  app-arch/undms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	12 Oct 2009 17:02:12 -0000	1.7
+++ ChangeLog	1 Jan 2010 19:42:04 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/undms
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.7 2009/10/12 17:02:12 halcy0n Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.8 2010/01/01 19:42:04 fauli Exp $
+
+  01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> undms-1.3.ebuild:
+  Transfer Prefix keywords
 
   12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> undms-1.3.ebuild:
   QA fixes; unquoted variables



1.7                  app-arch/undms/undms-1.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/undms/undms-1.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/undms/undms-1.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/undms/undms-1.3.ebuild?r1=1.6&r2=1.7

Index: undms-1.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- undms-1.3.ebuild	12 Oct 2009 17:02:12 -0000	1.6
+++ undms-1.3.ebuild	1 Jan 2010 19:42:04 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.6 2009/10/12 17:02:12 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.7 2010/01/01 19:42:04 fauli Exp $
 
 inherit eutils
 
@@ -9,7 +9,7 @@
 HOMEPAGE="ftp://us.aminet.net/pub/aminet/misc/unix/${P}.c.Z.readme"
 LICENSE="freedist"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="app-arch/ncompress"






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

end of thread, other threads:[~2010-01-01 19:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-01 19:42 [gentoo-commits] gentoo-x86 commit in app-arch/undms: ChangeLog undms-1.3.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12 17:02 Mark Loeser (halcy0n)

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