pymills: update from user to download from a pypi mirror as the main site

no longer has PyMills. thanks kingtuna
This commit is contained in:
Zero_Chaos 2010-12-29 15:50:31 +00:00
parent 878f4f5d47
commit 7709df2914
2 changed files with 26 additions and 0 deletions

View file

@ -1,2 +1,3 @@
DIST pymills-3.4.tar.gz 44753 RMD160 b765e6fef188e1b979bb5f2c182e82e0ce97ac47 SHA1 63bce91f3223ae10e8a074aec6b2f06725e1a354 SHA256 63759c787c7065979af9866979dec71b6fdc0d3249f25047d7952f6a0f41f98e
EBUILD pymills-3.4-r1.ebuild 678 RMD160 c833214bdbae2d29b73847c5a5bc7051b7a0b7d0 SHA1 72c37c181f0910443c2ea8a12a8ea14d0c86bf88 SHA256 0b3f1fe83ddec86e4fd56ce299109ecd6fb9167077cca49f296ef010e94fbcd0
EBUILD pymills-3.4-r2.ebuild 651 RMD160 43234951171aed1ac2c5169a3cee68b0d2e3a951 SHA1 488952b67934aa1597cfea2fd88a6a8c918534e1 SHA256 1ef03288568aa3b8578d4f352175567e421baadcfa82d35557e8b17a43651ba7

View file

@ -0,0 +1,25 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.0.2.ebuild,v 1.2 2009/01/15 11:20:43 bicatali Exp $
EAPI=2
inherit eutils distutils
DESCRIPTION="Powerful event library enabling asyncronous and event-driven applications and system to be developed"
HOMEPAGE="http://pypi.python.org/pypi/pymills"
SRC_URI="http://pypi.inqbus.de/${PN}/${P}.tar.gz"
IUSE=""
SLOT="0"
KEYWORDS="amd64 x86"
LICENSE="BSD"
RDEPEND=""
DEPEND="dev-python/setuptools"
S="${WORKDIR}/${PN}"
src_unpack() {
unpack ${A}
cd "${WORKDIR}"
mv "${P}" "${PN}"
}