mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 07:44:52 +01:00
medusa: cleanup
This commit is contained in:
parent
c536c23bc2
commit
1b3bb80246
3 changed files with 0 additions and 133 deletions
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A Modular,Parallel,Multiprotocol, Network Login Auditor"
|
||||
HOMEPAGE="http://www.foofus.net/jmk/medusa/medusa.html"
|
||||
SRC_URI="https://github.com/jmk-foofus/medusa/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="afp debug ncp postgres rdp +ssh2 subversion"
|
||||
|
||||
RDEPEND="ssh2? ( net-libs/libssh2 )
|
||||
ncp? ( net-fs/ncpfs )
|
||||
postgres? ( dev-db/postgresql:= )
|
||||
rdp? ( net-misc/freerdp )
|
||||
subversion? ( dev-vcs/subversion )
|
||||
dev-libs/openssl:=
|
||||
afp? ( net-fs/afpfs-ng )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/autoconf
|
||||
sys-devel/automake"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-default-mod-path="/usr/lib/medusa/modules" \
|
||||
`use_enable afp module-afp` \
|
||||
`use_enable debug` \
|
||||
`use_enable ncp module-ncp` \
|
||||
`use_enable postgres module-postgres` \
|
||||
`use_enable rdp module-rdp` \
|
||||
`use_enable ssh2 module-ssh` \
|
||||
`use_enable subversion module-svn` \
|
||||
|| die "econf failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "Install failed!"
|
||||
dodoc README TODO ChangeLog
|
||||
dohtml doc/*.html
|
||||
}
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A Modular,Parallel,Multiprotocol, Network Login Auditor"
|
||||
HOMEPAGE="http://www.foofus.net/jmk/medusa/medusa.html"
|
||||
SRC_URI="https://github.com/jmk-foofus/medusa/releases/download/${PVR}/${PF}.tar.gz -> ${PF}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="afp debug ncp postgres rdp +ssh2 subversion"
|
||||
|
||||
RDEPEND="ssh2? ( net-libs/libssh2 )
|
||||
ncp? ( net-fs/ncpfs )
|
||||
postgres? ( dev-db/postgresql:= )
|
||||
rdp? ( net-misc/freerdp )
|
||||
subversion? ( dev-vcs/subversion )
|
||||
dev-libs/openssl:=
|
||||
afp? ( net-fs/afpfs-ng )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/autoconf
|
||||
sys-devel/automake"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-default-mod-path="/usr/lib/medusa/modules" \
|
||||
`use_enable afp module-afp` \
|
||||
`use_enable debug` \
|
||||
`use_enable ncp module-ncp` \
|
||||
`use_enable postgres module-postgres` \
|
||||
`use_enable rdp module-rdp` \
|
||||
`use_enable ssh2 module-ssh` \
|
||||
`use_enable subversion module-svn` \
|
||||
|| die "econf failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "Install failed!"
|
||||
dodoc README TODO ChangeLog
|
||||
dohtml doc/*.html
|
||||
}
|
||||
|
|
@ -1,45 +0,0 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="A Modular,Parallel,Multiprotocol, Network Login Auditor"
|
||||
HOMEPAGE="http://www.foofus.net/jmk/medusa/medusa.html"
|
||||
#SRC_URI="https://github.com/jmk-foofus/medusa/releases/download/${PVR}/${PF}.tar.gz -> ${PF}.tar.gz"
|
||||
SRC_URI="https://github.com/jmk-foofus/medusa/archive/${PVR}.tar.gz -> ${PF}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="afp debug ncp postgres rdp +ssh2 subversion"
|
||||
|
||||
RDEPEND="ssh2? ( net-libs/libssh2 )
|
||||
ncp? ( net-fs/ncpfs )
|
||||
postgres? ( dev-db/postgresql:= )
|
||||
rdp? ( net-misc/freerdp )
|
||||
subversion? ( dev-vcs/subversion )
|
||||
dev-libs/openssl:=
|
||||
afp? ( net-fs/afpfs-ng )"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/autoconf
|
||||
sys-devel/automake"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--with-default-mod-path="/usr/lib/medusa/modules" \
|
||||
`use_enable afp module-afp` \
|
||||
`use_enable debug` \
|
||||
`use_enable ncp module-ncp` \
|
||||
`use_enable postgres module-postgres` \
|
||||
`use_enable rdp module-rdp` \
|
||||
`use_enable ssh2 module-ssh` \
|
||||
`use_enable subversion module-svn` \
|
||||
|| die "econf failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${D}" install || die "Install failed!"
|
||||
dodoc README TODO ChangeLog
|
||||
dohtml doc/*.html
|
||||
}
|
||||
Loading…
Reference in a new issue