--- pftpfxp-1.8.ebuild 2006-10-10 23:41:29.000000000 -0400 +++ pftpfxp-1.8.ebuild 2006-10-11 11:53:20.000000000 -0400 @@ -4,15 +4,20 @@ inherit eutils toolchain-funcs -DESCRIPTION="The powerful curses-based ftp/fxp client, shit edition" +DESCRIPTION="The powerful curses-based ftp/fxp client, sh*t edition" HOMEPAGE="http://www.derijk.org/pftp/" -SRC_URI="http://www.derijk.org/pftp/pftp-shit.v.1.8.zip" +SRC_URI="http://www.derijk.org/pftp/pftp-shit.v.${PV}.zip +http://www.spuncookie.com/pub/gentoo/distfiles/pftp-shit.v.${PV}.zip" LICENSE="as-is" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="ssl" +IUSE="offensive ssl" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c )" -S=${WORKDIR}/pftp-shit.v.1.8 +S=${WORKDIR}/pftp-shit.v.${PV} + +if use !offensive; then + die "offensive USE flag required due to the name of this specific project" +fi src_unpack() { unpack ${A} @@ -30,7 +35,7 @@ src_install() { dobin pftp - dodoc .pftp/config .pftp/keymap README.MEW old/* + dodoc .pftp/config .pftp/keymap README.MEW old/* pftp-shit.nfo } pkg_postinst() {