1

initial commit

This commit is contained in:
2011-09-07 21:52:54 +04:00
commit a875af6b67
122 changed files with 6256 additions and 0 deletions
app-emulation/qemu
app-pda/synce-librtfcomp
app-portage/findcruft
dev-libs/ace
games-action
games-arcade/mars-bin
games-emulation
games-strategy/hedgewars
kde-base/kdeplasma-addons
kde-misc/ihatethecashew
media-libs/sdl-net
net-firewall
net-ftp/tftp-hpa
net-misc
profiles
sets.conf
sets
sys-devel/spl
sys-fs/zfs
x11-drivers/nvidia-drivers
x11-libs/libxcb
x11-misc

@ -0,0 +1,2 @@
DIST nucentral-1.0beta1.tar.bz2 464972 RMD160 4ad9eb77467cd6828886cff3d1e7b8d6aace41aa SHA1 aa7a3db4fc8e7b698f3e83b87858e3d45d5108b6 SHA256 956c19a87c8ab43fe3dabe840a1c3e893ecb72e15c28608d780589af71a62c9c
EBUILD nucentral-1.0_beta1.ebuild 917 RMD160 6bb9afef0ad1d824378442acc0a1a76dcd746107 SHA1 de5de8a9c3112907aa2a37cf6050271c3ce4ab00 SHA256 125563e16508dbe2a6ea7dc405324d401fa7bd23f5bc24ebdf6a37a8e2d7b1e3

@ -0,0 +1,39 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/nfas/nfas-1.0_beta1.ebuild,v 1.1 2010/04/30 12:35:01 Pinkbyte Exp $
EAPI="2"
MY_PV="${PV/_beta/beta}"
DESCRIPTION="NFAS - NuFirewall Administration Suite"
HOMEPAGE="http://www.nufirewall.org/projects/nufirewall/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/twisted"
DEPEND="${RDEPEND}"
SRC_URI="mirror://sourceforge/synce/nucentral-${MY_PV}.tar.bz2"
#S="${WORKDIR}/eas"
src_install() {
sed -i -e 's/__import__(module_path)/__import__(name,{},{},"1")/' \
site-packages/nucentral/core/module_loader.py || die "sed failed"
insinto /usr
doins -r usr/*
keepdir /var/run/nucentral
insinto /usr/lib/python2.6/site-packages
doins -r site-packages/*
insinto /etc
doins -r etc/*
insinto /var
doins -r var/*
}