]> Pileus Git - ~andy/sunrise/commitdiff
dev-python/translationstring: New Ebuild for bug 353769
authorJan Matejka (yac) <yac@blesmrt.net>
Sat, 5 Feb 2011 19:39:15 +0000 (19:39 +0000)
committerJan Matejka (yac) <yac@blesmrt.net>
Sat, 5 Feb 2011 19:39:15 +0000 (19:39 +0000)
svn path=/sunrise/; revision=11755

dev-python/translationstring/ChangeLog [new file with mode: 0644]
dev-python/translationstring/Manifest [new file with mode: 0644]
dev-python/translationstring/metadata.xml [new file with mode: 0644]
dev-python/translationstring/translationstring-0.3.ebuild [new file with mode: 0644]

diff --git a/dev-python/translationstring/ChangeLog b/dev-python/translationstring/ChangeLog
new file mode 100644 (file)
index 0000000..ccac130
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for dev-python/translationstring
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  05 Feb 2011; Jan Matejka (yac) <yac@blesmrt.net>
+  +translationstring-0.3.ebuild, +metadata.xml:
+  New Ebuild for bug 353769
+
diff --git a/dev-python/translationstring/Manifest b/dev-python/translationstring/Manifest
new file mode 100644 (file)
index 0000000..be9830b
--- /dev/null
@@ -0,0 +1,4 @@
+DIST translationstring-0.3.tar.gz 23179 RMD160 6e07118163d2c7e141615ba9704368310c510b86 SHA1 b3d5b011c6491835e9bf1cf97ab3287c9a36b449 SHA256 ef5aff7b977b3995abd822e9eb0469b5d26ea3508f64a30b801fccd84fe02a5a
+EBUILD translationstring-0.3.ebuild 435 RMD160 f39a7b8ae89a9f820bb4258ac514ddc748257122 SHA1 67fb2db80a24c6ed22badbafb742a3a6b196d9c3 SHA256 68485cad29a91c667547bfd19f0d2cc8c2c1a14e20709689247fc34f85fbd76e
+MISC ChangeLog 257 RMD160 4fd64495f4a48910947cb88582a456f18d63ddc7 SHA1 0be27e28f308654972e3d7426d111b75e66dba28 SHA256 ac6e71e42086f91c7873a5be097a43f5d843f1ee18a0aad63ccfd6129500d9b1
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/dev-python/translationstring/metadata.xml b/dev-python/translationstring/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -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>
diff --git a/dev-python/translationstring/translationstring-0.3.ebuild b/dev-python/translationstring/translationstring-0.3.ebuild
new file mode 100644 (file)
index 0000000..5f88f2c
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils
+
+DESCRIPTION="Utility library for i18n relied on by various Repoze packages"
+HOMEPAGE="http://www.repoze.org/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""