public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-0.5.1.ebuild pysqlite-2.3.5.ebuild ChangeLog pysqlite-1.0.1.ebuild
@ 2007-12-13 18:51 Samuli Suominen (drac)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (drac) @ 2007-12-13 18:51 UTC (permalink / raw
  To: gentoo-commits

drac        07/12/13 18:51:35

  Modified:             pysqlite-0.5.1.ebuild pysqlite-2.3.5.ebuild
                        ChangeLog pysqlite-1.0.1.ebuild
  Log:
  fix repoman warnings
  (Portage version: 2.1.4_rc9)

Revision  Changes    Path
1.15                 dev-python/pysqlite/pysqlite-0.5.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild?r1=1.14&r2=1.15

Index: pysqlite-0.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pysqlite-0.5.1.ebuild	30 Dec 2006 13:00:05 -0000	1.14
+++ pysqlite-0.5.1.ebuild	13 Dec 2007 18:51:34 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.14 2006/12/30 13:00:05 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.15 2007/12/13 18:51:34 drac Exp $
 
 inherit distutils
 
@@ -19,7 +19,7 @@
 src_unpack() {
 	unpack ${A}
 	# distutils expects to find setup.py in ${S}
-	mv ${WORKDIR}/pysqlite ${S}
+	mv "${WORKDIR}"/pysqlite "${S}"
 }
 
 src_install() {
@@ -27,5 +27,5 @@
 	# Need to do the examples explicitly since dodoc
 	# doesn't do directories properly
 	dodir /usr/share/doc/${PF}/examples || die
-	cp -r ${S}/examples/* ${D}/usr/share/doc/${PF}/examples || die
+	cp -r "${S}"/examples/* "${D}"/usr/share/doc/${PF}/examples || die
 }



1.4                  dev-python/pysqlite/pysqlite-2.3.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild?r1=1.3&r2=1.4

Index: pysqlite-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysqlite-2.3.5.ebuild	1 Dec 2007 17:18:15 -0000	1.3
+++ pysqlite-2.3.5.ebuild	13 Dec 2007 18:51:34 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.3 2007/12/01 17:18:15 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.4 2007/12/13 18:51:34 drac Exp $
 
 NEED_PYTHON=2.3
 
@@ -10,7 +10,7 @@
 SRC_URI="http://initd.org/pub/software/pysqlite/releases/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz"
 HOMEPAGE="http://initd.org/tracker/pysqlite/"
 
-KEYWORDS="alpha ~amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
 LICENSE="pysqlite"
 SLOT="2"
 IUSE="examples"



1.81                 dev-python/pysqlite/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	1 Dec 2007 17:18:15 -0000	1.80
+++ ChangeLog	13 Dec 2007 18:51:34 -0000	1.81
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pysqlite
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.80 2007/12/01 17:18:15 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.81 2007/12/13 18:51:34 drac Exp $
+
+  13 Dec 2007; Samuli Suominen <drac@gentoo.org> pysqlite-2.3.5.ebuild:
+  amd64 stable
 
   01 Dec 2007; Markus Rothe <corsair@gentoo.org> pysqlite-2.3.5.ebuild:
   Stable on ppc64



1.9                  dev-python/pysqlite/pysqlite-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild?r1=1.8&r2=1.9

Index: pysqlite-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pysqlite-1.0.1.ebuild	13 Aug 2007 20:39:29 -0000	1.8
+++ pysqlite-1.0.1.ebuild	13 Dec 2007 18:51:34 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.8 2007/08/13 20:39:29 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.9 2007/12/13 18:51:34 drac Exp $
 
 inherit distutils
 
@@ -19,7 +19,7 @@
 src_unpack() {
 	unpack ${A}
 	# distutils expects to find setup.py in ${S}
-	mv ${WORKDIR}/pysqlite ${S}
+	mv "${WORKDIR}"/pysqlite "${S}"
 }
 
 src_install() {
@@ -27,5 +27,5 @@
 	# Need to do the examples explicitly since dodoc
 	# doesn't do directories properly
 	dodir /usr/share/doc/${PF}/examples || die
-	cp -r ${S}/examples/* ${D}/usr/share/doc/${PF}/examples || die
+	cp -r "${S}"/examples/* "${D}"/usr/share/doc/${PF}/examples || die
 }



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-13 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13 18:51 [gentoo-commits] gentoo-x86 commit in dev-python/pysqlite: pysqlite-0.5.1.ebuild pysqlite-2.3.5.ebuild ChangeLog pysqlite-1.0.1.ebuild Samuli Suominen (drac)

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