* [gentoo-commits] proj/betagarden:master commit in: dev-python/dotcloud/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 51b4b40752e143ffa2ee4cd1645b9ed86d0d593c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 15:41:47 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 15:41:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=51b4b407
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/dotcloud/ChangeLog | 3 +++
dev-python/dotcloud/metadata.xml | 5 +++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
index 766c738..ff17326 100644
--- a/dev-python/dotcloud/ChangeLog
+++ b/dev-python/dotcloud/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
+
*dotcloud-0.4.1 (02 Jul 2011)
02 Jul 2011; MATSUU Takuto <matsuu@gentoo.org> -dotcloud-0.4.0.ebuild,
diff --git a/dev-python/dotcloud/metadata.xml b/dev-python/dotcloud/metadata.xml
index e6233b5..cc3fe24 100644
--- a/dev-python/dotcloud/metadata.xml
+++ b/dev-python/dotcloud/metadata.xml
@@ -1,6 +1,7 @@
<?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>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/dotcloud/
@ 2014-11-18 15:07 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-11-18 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 2b9b3951d2985b867a7fe0ad179788747af5915f
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 10:23:47 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 10:23:47 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=2b9b3951
dev-python/dotcloud: Bump to new python eclasses; fix license
Package-Manager: portage-2.2.14
---
dev-python/dotcloud/ChangeLog | 6 +++++-
dev-python/dotcloud/dotcloud-0.4.1.ebuild | 11 +++++++----
dev-python/dotcloud/metadata.xml | 6 +++---
3 files changed, 15 insertions(+), 8 deletions(-)
diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
index ff17326..b96e1c5 100644
--- a/dev-python/dotcloud/ChangeLog
+++ b/dev-python/dotcloud/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-python/dotcloud
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Nov 2014; Justin Lecher <jlec@gentoo.org> dotcloud-0.4.1.ebuild,
+ metadata.xml:
+ Bump to new python eclasses; fix license
+
27 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/dev-python/dotcloud/dotcloud-0.4.1.ebuild b/dev-python/dotcloud/dotcloud-0.4.1.ebuild
index 95d1cbb..dfee856 100644
--- a/dev-python/dotcloud/dotcloud-0.4.1.ebuild
+++ b/dev-python/dotcloud/dotcloud-0.4.1.ebuild
@@ -1,17 +1,20 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
-inherit distutils
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
MY_P="${PN}.cli-${PV}"
+
DESCRIPTION="dotCloud command-line interface client"
HOMEPAGE="http://www.dotcloud.com/"
SRC_URI="mirror://pypi/d/dotcloud.cli/${MY_P}.tar.gz"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
diff --git a/dev-python/dotcloud/metadata.xml b/dev-python/dotcloud/metadata.xml
index cc3fe24..a759be0 100644
--- a/dev-python/dotcloud/metadata.xml
+++ b/dev-python/dotcloud/metadata.xml
@@ -1,7 +1,7 @@
<?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>
+ <maintainer>
+ <email>maintainer-wanted@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/dotcloud/
@ 2011-07-02 22:38 Matsuu Takuto
0 siblings, 0 replies; 5+ messages in thread
From: Matsuu Takuto @ 2011-07-02 22:38 UTC (permalink / raw
To: gentoo-commits
commit: d9e25a560b469b0f135cd3a99a167bedafc2974b
Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 22:38:47 2011 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 22:38:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=d9e25a56
dev-python/dotcloud: Version bumped.
(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 05280D69)
---
dev-python/dotcloud/ChangeLog | 6 ++++++
...dotcloud-0.4.0.ebuild => dotcloud-0.4.1.ebuild} | 0
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
index 25cdf80..766c738 100644
--- a/dev-python/dotcloud/ChangeLog
+++ b/dev-python/dotcloud/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*dotcloud-0.4.1 (02 Jul 2011)
+
+ 02 Jul 2011; MATSUU Takuto <matsuu@gentoo.org> -dotcloud-0.4.0.ebuild,
+ +dotcloud-0.4.1.ebuild:
+ Version bumped.
+
28 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> dotcloud-0.4.0.ebuild:
Fixed SRC_URI and LICENSE.
diff --git a/dev-python/dotcloud/dotcloud-0.4.0.ebuild b/dev-python/dotcloud/dotcloud-0.4.1.ebuild
similarity index 100%
rename from dev-python/dotcloud/dotcloud-0.4.0.ebuild
rename to dev-python/dotcloud/dotcloud-0.4.1.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/dotcloud/
@ 2011-06-28 16:57 Matsuu Takuto
0 siblings, 0 replies; 5+ messages in thread
From: Matsuu Takuto @ 2011-06-28 16:57 UTC (permalink / raw
To: gentoo-commits
commit: 40405915e085588173d0ca487e329dc5ddb4085a
Author: MATSUU Takuto <matsuu <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 28 16:56:51 2011 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 16:56:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=40405915
dev-python/dotcloud: Fixed SRC_URI and LICENSE.
(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 05280D69)
---
dev-python/dotcloud/ChangeLog | 3 +++
dev-python/dotcloud/dotcloud-0.4.0.ebuild | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
index d123cb2..25cdf80 100644
--- a/dev-python/dotcloud/ChangeLog
+++ b/dev-python/dotcloud/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> dotcloud-0.4.0.ebuild:
+ Fixed SRC_URI and LICENSE.
+
*dotcloud-0.4.0 (28 Jun 2011)
28 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> +dotcloud-0.4.0.ebuild,
diff --git a/dev-python/dotcloud/dotcloud-0.4.0.ebuild b/dev-python/dotcloud/dotcloud-0.4.0.ebuild
index 4f65481..95d1cbb 100644
--- a/dev-python/dotcloud/dotcloud-0.4.0.ebuild
+++ b/dev-python/dotcloud/dotcloud-0.4.0.ebuild
@@ -9,9 +9,9 @@ inherit distutils
MY_P="${PN}.cli-${PV}"
DESCRIPTION="dotCloud command-line interface client"
HOMEPAGE="http://www.dotcloud.com/"
-SRC_URI="http://pypi.python.org/packages/source/d/dotcloud.cli/${MY_P}.tar.gz"
+SRC_URI="mirror://pypi/d/dotcloud.cli/${MY_P}.tar.gz"
-LICENSE="UNKNOWN"
+LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: dev-python/dotcloud/
@ 2011-06-28 16:48 Matsuu Takuto
0 siblings, 0 replies; 5+ messages in thread
From: Matsuu Takuto @ 2011-06-28 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 381d91215bbb8dbf95f00803929ec571bce39785
Author: MATSUU Takuto <matsuu <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 16:48:05 2011 +0000
Commit: Matsuu Takuto <matsuu <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 16:48:05 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=381d9121
dev-python/dotcloud: Initial import.
---
dev-python/dotcloud/ChangeLog | 10 ++++++++++
dev-python/dotcloud/dotcloud-0.4.0.ebuild | 19 +++++++++++++++++++
dev-python/dotcloud/metadata.xml | 6 ++++++
3 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-python/dotcloud/ChangeLog b/dev-python/dotcloud/ChangeLog
new file mode 100644
index 0000000..d123cb2
--- /dev/null
+++ b/dev-python/dotcloud/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/dotcloud
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dotcloud-0.4.0 (28 Jun 2011)
+
+ 28 Jun 2011; MATSUU Takuto <matsuu@gentoo.org> +dotcloud-0.4.0.ebuild,
+ +metadata.xml:
+ Initial import.
+
diff --git a/dev-python/dotcloud/dotcloud-0.4.0.ebuild b/dev-python/dotcloud/dotcloud-0.4.0.ebuild
new file mode 100644
index 0000000..4f65481
--- /dev/null
+++ b/dev-python/dotcloud/dotcloud-0.4.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit distutils
+
+MY_P="${PN}.cli-${PV}"
+DESCRIPTION="dotCloud command-line interface client"
+HOMEPAGE="http://www.dotcloud.com/"
+SRC_URI="http://pypi.python.org/packages/source/d/dotcloud.cli/${MY_P}.tar.gz"
+
+LICENSE="UNKNOWN"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_P}"
diff --git a/dev-python/dotcloud/metadata.xml b/dev-python/dotcloud/metadata.xml
new file mode 100644
index 0000000..e6233b5
--- /dev/null
+++ b/dev-python/dotcloud/metadata.xml
@@ -0,0 +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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-11-18 15:07 UTC | newest]
Thread overview: 5+ 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/dotcloud/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 15:07 Justin Lecher
2011-07-02 22:38 Matsuu Takuto
2011-06-28 16:57 Matsuu Takuto
2011-06-28 16:48 Matsuu Takuto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox