summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2007-12-29 03:56:07 +0000
committerRyan Hill <rhill@gentoo.org>2007-12-29 03:56:07 +0000
commit3046852265f2dd73b05c9ab1e4ad2627652e842a (patch)
treec48bd62ed692ed4f70260176b290462f9515a2c9 /net-fs/fex/fex-0.8.18.ebuild
parentFixed missing games_pkg_setup. (diff)
downloadhistorical-3046852265f2dd73b05c9ab1e4ad2627652e842a.tar.gz
historical-3046852265f2dd73b05c9ab1e4ad2627652e842a.tar.bz2
historical-3046852265f2dd73b05c9ab1e4ad2627652e842a.zip
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
Diffstat (limited to 'net-fs/fex/fex-0.8.18.ebuild')
-rw-r--r--net-fs/fex/fex-0.8.18.ebuild36
1 files changed, 0 insertions, 36 deletions
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"
-}