summon in overlay does not work with latest entropies

This commit is contained in:
Fabio Erculiani
2009-06-05 09:44:08 +02:00
parent 718f683ce9
commit 08bda475ea
2 changed files with 0 additions and 42 deletions
-2
View File
@@ -1,2 +0,0 @@
DIST summon-1.5.4.tar.bz2 40791 RMD160 44c2412cf37625c6eda7829ff1a5b7313eb6faa4 SHA1 7a068c51aa63fd3f429fa8b78b887d1161aa1e5a SHA256 944f8057c2831cc3b449b7a6bb7a4450441cce764e1bba9cdf214710e8926e10
EBUILD summon-1.5.4.ebuild 818 RMD160 79d27e3b29853c48b2523ed0c7b1be85b9aa7cf1 SHA1 16c37264875e5d79fe8f7e05487bd1018c6d5cca SHA256 3e5810989ddc95083f8e2622e424d55431e3296431358bd8433cab62e813b9ac
-40
View File
@@ -1,40 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit distutils eutils
DESCRIPTION="Nova's GUI to Entropy Package Manager"
HOMEPAGE="http://nova.prod.uci.cu"
SRC_URI="http://distfiles.sabayonlinux.org/app-admin/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="amd64 x86"
DEPEND="
|| ( =dev-lang/python-2.5* =dev-lang/python-2.6* )
>=x11-libs/gtk+-2.12.8
>=x11-libs/gksu-2.0.0
>=dev-python/pygtk-2.12.0
>=sys-apps/entropy-0.50.0"
RDEPEND="${DEPEND}"
# Additional docs not covered by distutils
#DOCS="AUTHORS NEWS"
src_unpack() {
unpack ${A}
cd ${S}
}
src_install() {
distutils_src_install
}
pkg_postinst() {
# Remove incompatible old configs.
[[ -f /root/.summon/summon.conf ]] && rm /root/.summon/summon.conf
}