summaryrefslogtreecommitdiff
path: root/dev-python/piddle
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-python/piddle
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-python/piddle')
-rw-r--r--dev-python/piddle/Manifest5
-rw-r--r--dev-python/piddle/metadata.xml29
-rw-r--r--dev-python/piddle/piddle-1.0.15-r1.ebuild21
3 files changed, 55 insertions, 0 deletions
diff --git a/dev-python/piddle/Manifest b/dev-python/piddle/Manifest
new file mode 100644
index 000000000000..f8db2ffb41e9
--- /dev/null
+++ b/dev-python/piddle/Manifest
@@ -0,0 +1,5 @@
+DIST piddle-1.0.15.tar.gz 454044 SHA256 84c33ba0d054e6b585005aae3a4a99aa5e0d735798fb015c220c24a548d1364d SHA512 5ab216f67721b47360a6e757bddb268173b7fbe3d1a54dfc6dda0a7c050064f833e24911f16882e98af1d56a6ee840a205aa4d0d2e394a375c7abc98d0074a07 WHIRLPOOL e32f4246c8a6eebc155b93ba96c6c5c437c0dd70817513e9e2c0dea43bb3940935d5282969c3a0076dfe9015761978f039e9dd26f8a2294dac051a009735f375
+EBUILD piddle-1.0.15-r1.ebuild 484 SHA256 d23148bf90880ee6b6c6200d284ef06c6f8264d9c1d3e3ce23f746211d3df6c3 SHA512 996e9b36ab8002501291d01e2d128cd8ff5b5c891f8b3b37ba0055f60bed72474d553b8330890387ce3d1d720abee13296ca8f0614a4b225be5745238b8cb16e WHIRLPOOL 9e2ad16c9e3ef506d4a1c3f7527230246fabb104692838b9a00f73f5f03da4f5c6790fefc0eaa00091adba9e3a1477a56ee84d6e394755987e41d88f4488fa3d
+MISC ChangeLog 2831 SHA256 54f99e5efe98608a614bb214b020b1615afa0f67db8d4ce5e0aa2d04acc0879a SHA512 cb8ae998552d4263b2430c8acaede51efd79a5d80796f4b998a540f54c4aad109e5783ad0cb1b5ed65cc5b439f5308d38ea0422ef3265aa2b27ce5f8f14b054a WHIRLPOOL 61e13c3fd3396bc9e3976b3abb3e1ca8ce10fbbe116073964a83af0c5e053267555f4e933dd7b4ae7b13d78198b1d5e16247c97f29bf099d28ac41686aae6ebe
+MISC ChangeLog-2015 1769 SHA256 c218f7920ea81f4115e02e4cd0d16014df1be6fd1fcea4d80789f5cb274b7005 SHA512 065b71fbbe28e75e8a4130ec156a60f8618859df2e30996aaedf261f4dd494008fce65922f4805ad9d58d94090c959ca8bb358d4e6bca4b5839a768a8f904c9d WHIRLPOOL e50e81758b31fc5f8ae7bd4feb092555dbe42f462cf36b2eb86e5e0fd98a31b9da17c445ab307fa166f7d64875a42b80b7003e53b1351dd06438c838077442c0
+MISC metadata.xml 1880 SHA256 ce12e63d0e6e4a43a1c11369a336dc16665cfca2e0d89456a3b9d16957f92dbd SHA512 cbe13d492470bb2934620f274aac66ad8a6b3aa8d68acf3d929013ca9801427809d57b4cc1a1f09429621ed67fa1a5717d2630f169cc46e2c3224c3e0aa325f9 WHIRLPOOL b6c87194fe11936abe0b7de2e707b9f1cfd2bba6a78841c60bfafe83c8387366c17f4a28b065385a007cce2e33a7fa0afba7848d73a1eb7cebaa5b24cade44a4
diff --git a/dev-python/piddle/metadata.xml b/dev-python/piddle/metadata.xml
new file mode 100644
index 000000000000..dce2e6da3832
--- /dev/null
+++ b/dev-python/piddle/metadata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <longdescription>
+PIDDLE is a Python module for creating two-dimensional graphics in a
+manner that is both cross-platform and cross-media; that is, it can
+support screen graphics (e.g. QuickDraw, Windows, Tk) as well as file
+output (PostScript, PDF, GIF, etc.). It makes use of the native 2D
+drawing calls of each backend, for maximum efficiency and quality. It
+works by defining a base class (piddle.Canvas) with methods for all
+supported drawing primitives. A particular drawing context is provided
+in the form of a derived class. PIDDLE applications will be able to
+automatically select an appropriate backend for the user's environment.
+</longdescription>
+ <longdescription lang="ja">
+PIDDLEはクロスプラットフォームとクロスメディアの両方のマナーに沿った二次元画像を
+作成するためのPython言語モジュールです。つまり、これはファイル出力(Postscript, PDF, GIFなど)と同じ様にスクリーン・グラフィック(例えばQuickDraw, TK)をサポートします。最大限の効果と品質のため、ネイティブ2D描画を各バックエンドの呼出しのように
+します。これは原始的なサポートされた描画方法を指すメソッドを持ったベース・クラス
+(Paddle.Canvas)を明確にする事で働きます。特別のドロー・コンテキストは派生元クラスのフォームで提供されます。PIDDLEアプリケーションはユーザー環境に適切なバックエ
+ンドを自動的に選択するでしょう。
+</longdescription>
+ <upstream>
+ <remote-id type="sourceforge">piddle</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/piddle/piddle-1.0.15-r1.ebuild b/dev-python/piddle/piddle-1.0.15-r1.ebuild
new file mode 100644
index 000000000000..33db772726d2
--- /dev/null
+++ b/dev-python/piddle/piddle-1.0.15-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Cross-media, cross-platform 2D graphics package"
+HOMEPAGE="http://piddle.sourceforge.net/"
+SRC_URI="mirror://sourceforge/piddle/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 ia64 x86"
+IUSE="doc"
+
+python_install_all() {
+ use doc && local HTML_DOCS=( docs/. )
+ distutils-r1_python_install_all
+}