summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/hyphenator/ChangeLog8
-rw-r--r--dev-python/hyphenator/Manifest4
-rw-r--r--dev-python/hyphenator/hyphenator-0.5.1.ebuild14
-rw-r--r--dev-python/hyphenator/metadata.xml5
4 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/hyphenator/ChangeLog b/dev-python/hyphenator/ChangeLog
new file mode 100644
index 000000000..14fdaf34f
--- /dev/null
+++ b/dev-python/hyphenator/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-python/hyphenator
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 10 Jan 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+ +hyphenator-0.5.1.ebuild, +metadata.xml:
+ New ebuild for dev-python/hyphenator (bug #300382).
+
diff --git a/dev-python/hyphenator/Manifest b/dev-python/hyphenator/Manifest
new file mode 100644
index 000000000..4d7c5140a
--- /dev/null
+++ b/dev-python/hyphenator/Manifest
@@ -0,0 +1,4 @@
+DIST hyphenator-0.5.1.tar.gz 4213 RMD160 fbdcdc0166e98eb62b764933ad24cb0ba38df6e6 SHA1 ff21d6b5d60114101c71c56a4b11a80a08b0bfb8 SHA256 58464213a4580b3325a48835fc468ec7488fe6297a39cf4aacdaa31933108c0f
+EBUILD hyphenator-0.5.1.ebuild 383 RMD160 0361e388e09fee61d8031535e66f8c80222fe704 SHA1 9586c38c8f232d1b8cda4f3bcefce62e08a03493 SHA256 ec71dab625688490b939c34d770a0f2f81c4f1d073497a4f2e36a73c76e96807
+MISC ChangeLog 284 RMD160 1fd574f19a693da2e04c5c47ba306519d6f18e45 SHA1 3254e8e72f3e64d6ceb088c2d7fb856ee98b64f4 SHA256 ca1e9de18a7d94f98ddcf9061f0a7089c40ca9fead8b62a04bf5b656c01ea2ad
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-python/hyphenator/hyphenator-0.5.1.ebuild b/dev-python/hyphenator/hyphenator-0.5.1.ebuild
new file mode 100644
index 000000000..99c3e5e67
--- /dev/null
+++ b/dev-python/hyphenator/hyphenator-0.5.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="Hyphenate text using myspell dictionaries"
+HOMEPAGE="http://code.google.com/p/python-hyphenator/"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
diff --git a/dev-python/hyphenator/metadata.xml b/dev-python/hyphenator/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/dev-python/hyphenator/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>