[overlay] update SRC_URI

This commit is contained in:
Fabio Erculiani
2010-03-12 07:49:18 +01:00
parent b1c39587c9
commit 248a15b12c
20 changed files with 20 additions and 230 deletions
-3
View File
@@ -1,3 +0,0 @@
DIST pyblock-0.31.tar.bz2 205155 RMD160 dcd33241eebb77372a4c50f507653d2375033b57 SHA1 531f8e96e6047ef2452d40af2d8434dcfdaa4140 SHA256 717c1848d9b8a7a9ca221d580709593ff99b30ec111371d5924518cab950fa6a
EBUILD pyblock-0.31.ebuild 658 RMD160 3e3bbf43d33cf3f42abee0167c04bb665da05b0a SHA1 62a7c9341438e28432f0a4dd0c9b6df23e718f11 SHA256 1a5d77229691223f4186f436c97f538ed7f796d6a2f2fd9a641eebdcd4019f3a
MISC Reasons 288 RMD160 dd44db7bcfbe3054383ce15d672c2989be1311fd SHA1 0ce80f162142cd2d2665fc383b2aa0259ac943f2 SHA256 fe2a212318f18cfd87e660f18cc5c2381ea8fd5cae9c0ba93ce297bae323e2ca
-10
View File
@@ -1,10 +0,0 @@
dev-python/pyblock
Ebuild originally added Jul. 07, 2008
Added by Fabio Erculiani <lxnay@sabayonlinux.org>
The purpose is starting to remove libraries from the Sabayon Linux Installer
modularizing all the dependencies in favor of a future installer ebuild.
======
07.7.08 - pushed in!
-31
View File
@@ -1,31 +0,0 @@
# Copyright 2004-2008 Sabayon Linux
# Distributed under the terms of the GNU General Public License v2
inherit eutils
DESCRIPTION="Python modules for dealing with block devices"
HOMEPAGE="http://www.redhat.com"
SRC_URI="http://www.sabayonlinux.org/distfiles/dev-python/${P}.tar.bz2"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
RESTRICT="nomirror"
RDEPEND=">=dev-lang/python-2.4
sys-fs/dmraid
>=sys-fs/device-mapper-1.02.17
sys-devel/gettext
sys-libs/zlib
"
DEPEND="${RDEPEND}"
src_compile() {
cd "${S}"
emake USESELINUX=0 || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
}