public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/tilecache: tilecache-2.10.ebuild ChangeLog metadata.xml
@ 2009-12-09 14:58 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-12-09 14:58 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/12/09 14:58:25

  Added:                tilecache-2.10.ebuild ChangeLog metadata.xml
  Log:
  Initial commit.
  (Portage version: 2.2_rc56/cvs/Linux i686)

Revision  Changes    Path
1.1                  sci-geosciences/tilecache/tilecache-2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild?rev=1.1&content-type=text/plain

Index: tilecache-2.10.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild,v 1.1 2009/12/09 14:58:25 scarabeus Exp $

EAPI="2"

inherit distutils

DESCRIPTION="Web map tile caching system"
HOMEPAGE="http://tilecache.org/"
SRC_URI="http://${PN}.org/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/imaging"
RDEPEND="${DEPEND}"

src_install() {
	distutils_src_install "--debian"
}



1.1                  sci-geosciences/tilecache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-geosciences/tilecache
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.1 2009/12/09 14:58:25 scarabeus Exp $

*tilecache-2.10 (09 Dec 2009)

  09 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
  +tilecache-2.10.ebuild, +metadata.xml:
  Initial commit.




1.1                  sci-geosciences/tilecache/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
	<email>scarabeus@gentoo.org</email>
	<name>Tomáš Chvátal</name>
</maintainer>
<herd>sci-geosciences</herd>
</pkgmetadata>






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

* [gentoo-commits] gentoo-x86 commit in sci-geosciences/tilecache: tilecache-2.10.ebuild ChangeLog metadata.xml
@ 2010-04-27  9:33 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2010-04-27  9:33 UTC (permalink / raw
  To: gentoo-commits

scarabeus    10/04/27 09:33:43

  Modified:             tilecache-2.10.ebuild ChangeLog metadata.xml
  Log:
  Drop myself as maintainer since i am in the herd so i would get doublemails. Update to new python.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-geosciences/tilecache/tilecache-2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild?r1=1.2&r2=1.3

Index: tilecache-2.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tilecache-2.10.ebuild	6 Apr 2010 08:24:44 -0000	1.2
+++ tilecache-2.10.ebuild	27 Apr 2010 09:33:43 -0000	1.3
@@ -1,9 +1,10 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild,v 1.2 2010/04/06 08:24:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/tilecache-2.10.ebuild,v 1.3 2010/04/27 09:33:43 scarabeus Exp $
 
-EAPI="2"
+EAPI="3"
 
+PYTHON_DEPEND="2"
 inherit distutils
 
 DESCRIPTION="Web map tile caching system"
@@ -20,6 +21,10 @@
 	dev-python/setuptools
 "
 
+pkg_setup() {
+	python_set_active_version 2
+}
+
 src_install() {
 	distutils_src_install "--debian"
 }



1.3                  sci-geosciences/tilecache/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	6 Apr 2010 08:24:44 -0000	1.2
+++ ChangeLog	27 Apr 2010 09:33:43 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for sci-geosciences/tilecache
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.2 2010/04/06 08:24:44 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/ChangeLog,v 1.3 2010/04/27 09:33:43 scarabeus Exp $
+
+  27 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+  tilecache-2.10.ebuild, metadata.xml:
+  Drop myself as maintainer since i am in the herd so i would get
+  doublemails. Update to new python.
 
   06 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org>
   tilecache-2.10.ebuild:



1.2                  sci-geosciences/tilecache/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tilecache/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/tilecache/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	9 Dec 2009 14:58:25 -0000	1.1
+++ metadata.xml	27 Apr 2010 09:33:43 -0000	1.2
@@ -1,9 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-	<email>scarabeus@gentoo.org</email>
-	<name>Tomáš Chvátal</name>
-</maintainer>
 <herd>sci-geosciences</herd>
 </pkgmetadata>






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

end of thread, other threads:[~2010-04-27  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-09 14:58 [gentoo-commits] gentoo-x86 commit in sci-geosciences/tilecache: tilecache-2.10.ebuild ChangeLog metadata.xml Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2010-04-27  9:33 Tomas Chvatal (scarabeus)

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