diff options
author | 2014-05-09 09:34:44 -0700 | |
---|---|---|
committer | 2014-05-09 09:34:44 -0700 | |
commit | 3e99cbf60bf6dba286fdbf0076081223a158f7ab (patch) | |
tree | 61ed062b312a57145453b433f34474f9753365e2 | |
parent | lyx 2.1.0 in main tree (diff) | |
download | rebutia-3e99cbf60bf6dba286fdbf0076081223a158f7ab.tar.gz rebutia-3e99cbf60bf6dba286fdbf0076081223a158f7ab.tar.bz2 rebutia-3e99cbf60bf6dba286fdbf0076081223a158f7ab.zip |
polib moved to portage
-rw-r--r-- | dev-python/polib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/polib/polib-1.0.2.ebuild | 20 |
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-python/polib/Manifest b/dev-python/polib/Manifest deleted file mode 100644 index bcb6c4c..0000000 --- a/dev-python/polib/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST polib-1.0.2.tar.gz 149187 SHA256 c40a1c6bd57b21a11daa5197ebf8fe049fb9557c268199d1de090c173661fcad SHA512 596a2ce414eba0b3ac88f57718bceffdb4f84177a941b8c6ebbc5f34042736d5c8dff1fdabaf0783fd55e65377ace90ed59cd50c8dae9aa4b97065d9803131d3 WHIRLPOOL 82547eb7db41e9a10ef8fe8e6bb9d7787cafc0939356f88265eb56759158f80936608030a33a4e4d762b5158b69849d2aef4a283a85e3424ddc813aaa69fca20 -EBUILD polib-1.0.2.ebuild 515 SHA256 96b4db1a6c8d9cb2486ecdde60841d707580bff31cad403a2c2024e954ee577c SHA512 a8bc2343d9932d6b0f6bbc4628d3c128e178e3842a3e0b2d052f22337f0341518acaa9c180d3c85f4aabd213c6f71b4222cb1d11c84e7274e3c6ae1631794ea6 WHIRLPOOL cb21acadb76089c88d9f33e73c3f3f84fb92481b4fa9b8722cba68da2fad35588f29d754224373a640ba527fe80d691cf5dcfe6b218dc53a13f5d9d5362b3e53 diff --git a/dev-python/polib/polib-1.0.2.ebuild b/dev-python/polib/polib-1.0.2.ebuild deleted file mode 100644 index 3c8436f..0000000 --- a/dev-python/polib/polib-1.0.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: - -EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2} ) - -inherit distutils-r1 - -DESCRIPTION="A library to manipulate gettext catalogs files (aka .po and .mo files)." -HOMEPAGE="http://pypi.python.org/pypi/polib/" -SRC_URI="http://bitbucket.org/izi/polib/downloads/${P}.tar.gz" -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 x86" -#Docs and tests are missing for proper ebuild submission. -IUSE="" - -DEPEND="" -RDEPEND="" |