public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: dev-python/squaremap/
@ 2011-09-13 13:57 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-09-13 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     eca471030f1f92d6d6708015940ca2051ccf30f7
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 13:53:36 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 13:53:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=eca47103

Fix Python.eclass usage

(Portage version: 2.2.0_alpha55/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 dev-python/squaremap/ChangeLog                     |   11 +++++++++++
 dev-python/squaremap/metadata.xml                  |    8 ++++++++
 dev-python/squaremap/squaremap-1.0.0_beta24.ebuild |    9 ++++++++-
 3 files changed, 27 insertions(+), 1 deletions(-)

diff --git a/dev-python/squaremap/ChangeLog b/dev-python/squaremap/ChangeLog
new file mode 100644
index 0000000..c752c7e
--- /dev/null
+++ b/dev-python/squaremap/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for dev-python/squaremap
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  13 Sep 2011; Justin Lecher <jlec@gentoo.org> squaremap-1.0.0_beta24.ebuild,
+  +metadata.xml:
+  Fix Python.eclass usage
+
+  13 Sep 2011; Justin Lecher <jlec@gentoo.org> squaremap-1.0.0_beta24.ebuild:
+  Fix Python.eclass usage
+

diff --git a/dev-python/squaremap/metadata.xml b/dev-python/squaremap/metadata.xml
new file mode 100644
index 0000000..5e10119
--- /dev/null
+++ b/dev-python/squaremap/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>maintainer-wanted@gentoo.org</email>
+	</maintainer>
+</pkgmetadata>

diff --git a/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild b/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild
index 7c73035..f062975 100644
--- a/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild
+++ b/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild
@@ -1,8 +1,14 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 # Ebuild generated by g-pypi 0.2.2 (rev. 214)
 
+EAPI=3
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
 inherit distutils
 
 MY_PN="SquareMap"
@@ -12,6 +18,7 @@ MY_P="${MY_PN}-${MY_PV}"
 DESCRIPTION="Hierarchic data-visualisation control for wxPython"
 HOMEPAGE="https://launchpad.net/squaremap"
 SRC_URI="http://pypi.python.org/packages/source/S/SquareMap/${MY_P}.zip"
+
 LICENSE="BSD-2"
 KEYWORDS=""
 SLOT="0"



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

* [gentoo-commits] proj/betagarden:master commit in: dev-python/squaremap/
@ 2011-10-27 18:02 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b63edfc995e60306a31467d6ca5767bc9423b1e6
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 16:22:53 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 16:22:53 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=b63edfc9

Removed no-herd from herd tag in metadata.xml

(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)

---
 dev-python/squaremap/ChangeLog    |    3 +++
 dev-python/squaremap/metadata.xml |    1 -
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dev-python/squaremap/ChangeLog b/dev-python/squaremap/ChangeLog
index c752c7e..bae53ae 100644
--- a/dev-python/squaremap/ChangeLog
+++ b/dev-python/squaremap/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  Removed no-herd from herd tag in metadata.xml
+
   13 Sep 2011; Justin Lecher <jlec@gentoo.org> squaremap-1.0.0_beta24.ebuild,
   +metadata.xml:
   Fix Python.eclass usage

diff --git a/dev-python/squaremap/metadata.xml b/dev-python/squaremap/metadata.xml
index 5e10119..cc3fe24 100644
--- a/dev-python/squaremap/metadata.xml
+++ b/dev-python/squaremap/metadata.xml
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
 	<maintainer>
 		<email>maintainer-wanted@gentoo.org</email>
 	</maintainer>



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

* [gentoo-commits] proj/betagarden:master commit in: dev-python/squaremap/
@ 2013-10-13 14:56 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2dbcae670ab3dd486a461009be5fd2e8a12ece6a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:14:33 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:14:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2dbcae67

Newer version in the tree

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

---
 dev-python/squaremap/ChangeLog                     | 14 ----------
 dev-python/squaremap/metadata.xml                  |  7 -----
 dev-python/squaremap/squaremap-1.0.0_beta24.ebuild | 32 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/squaremap/ChangeLog b/dev-python/squaremap/ChangeLog
deleted file mode 100644
index bae53ae..0000000
--- a/dev-python/squaremap/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for dev-python/squaremap
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
-  Removed no-herd from herd tag in metadata.xml
-
-  13 Sep 2011; Justin Lecher <jlec@gentoo.org> squaremap-1.0.0_beta24.ebuild,
-  +metadata.xml:
-  Fix Python.eclass usage
-
-  13 Sep 2011; Justin Lecher <jlec@gentoo.org> squaremap-1.0.0_beta24.ebuild:
-  Fix Python.eclass usage
-

diff --git a/dev-python/squaremap/metadata.xml b/dev-python/squaremap/metadata.xml
deleted file mode 100644
index cc3fe24..0000000
--- a/dev-python/squaremap/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer>
-		<email>maintainer-wanted@gentoo.org</email>
-	</maintainer>
-</pkgmetadata>

diff --git a/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild b/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild
deleted file mode 100644
index f062975..0000000
--- a/dev-python/squaremap/squaremap-1.0.0_beta24.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Ebuild generated by g-pypi 0.2.2 (rev. 214)
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN="SquareMap"
-MY_PV="${PV/_beta/b}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="Hierarchic data-visualisation control for wxPython"
-HOMEPAGE="https://launchpad.net/squaremap"
-SRC_URI="http://pypi.python.org/packages/source/S/SquareMap/${MY_P}.zip"
-
-LICENSE="BSD-2"
-KEYWORDS=""
-SLOT="0"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="app-arch/unzip
-	dev-python/setuptools"
-RDEPEND="${DEPEND}
-	dev-python/wxpython"


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

end of thread, other threads:[~2013-10-13 14:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 18:02 [gentoo-commits] proj/betagarden:master commit in: dev-python/squaremap/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2013-10-13 14:56 Justin Lecher
2011-09-13 13:57 Justin Lecher

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