From 3046852265f2dd73b05c9ab1e4ad2627652e842a Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sat, 29 Dec 2007 03:56:07 +0000 Subject: Revision bump. - fix building with GCC 4 (bug #182009) - fix building against log4cpp-1.0 by linking with -lpthread - added debug USE flag - respect user CFLAGS - ebuild cleanup Package-Manager: portage-2.1.4_rc11 --- net-fs/fex/fex-0.8.18.ebuild | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 net-fs/fex/fex-0.8.18.ebuild (limited to 'net-fs/fex/fex-0.8.18.ebuild') diff --git a/net-fs/fex/fex-0.8.18.ebuild b/net-fs/fex/fex-0.8.18.ebuild deleted file mode 100644 index 11a455d60ad4..000000000000 --- a/net-fs/fex/fex-0.8.18.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/fex/fex-0.8.18.ebuild,v 1.2 2007/05/06 10:15:50 genone Exp $ - -DESCRIPTION="Fex is a replicating filesystem for disconnected computers similar to intermezzo" -HOMEPAGE="http://www.zahlfee.de/fex/fex.html" -SRC_URI="http://www.zahlfee.de/fex/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="dev-libs/confuse - dev-libs/log4cpp - net-libs/librsync - dev-libs/popt - " - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - einstall || die "install problem" - - newinitd ${FILESDIR}/${PN}.rc ${PN}d || die - newconfd ${FILESDIR}/${PN}.conf.d ${PN}d || die -} - -pkg_postinst() { - elog "To enable fex on boot you will have to add it to the" - elog "default profile, issue the following command as root to do so." - elog "rc-update add fexd default" -} -- cgit v1.2.3-65-gdbad