summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-29 01:12:51 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-29 01:12:51 +0000
commit59cbee5d63d3158f229b6eaff1a21959f44e0788 (patch)
tree147b578bf36a7ed2e800213b96ea9b2dc572abce /net-fs
parentmove from net-ftp #45968 (diff)
downloadgentoo-2-59cbee5d63d3158f229b6eaff1a21959f44e0788.tar.gz
gentoo-2-59cbee5d63d3158f229b6eaff1a21959f44e0788.tar.bz2
gentoo-2-59cbee5d63d3158f229b6eaff1a21959f44e0788.zip
move from net-ftp #45968
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/intersync/intersync-0.9.5.ebuild19
-rw-r--r--net-fs/intersync/intersync-0.9.5_p2.ebuild25
2 files changed, 19 insertions, 25 deletions
diff --git a/net-fs/intersync/intersync-0.9.5.ebuild b/net-fs/intersync/intersync-0.9.5.ebuild
index 70ac627a5b18..da8028aa8e89 100644
--- a/net-fs/intersync/intersync-0.9.5.ebuild
+++ b/net-fs/intersync/intersync-0.9.5.ebuild
@@ -1,23 +1,22 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/intersync/intersync-0.9.5.ebuild,v 1.8 2003/09/07 00:11:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/intersync/intersync-0.9.5.ebuild,v 1.9 2004/03/29 01:11:20 vapier Exp $
-DESCRIPTION="Intermezzo is an advanced replicating networked filesystem."
-HOMEPAGE="http://www.inter-mezzo.org"
+DESCRIPTION="advanced replicating networked filesystem"
+HOMEPAGE="http://www.inter-mezzo.org/"
+SRC_URI="ftp://ftp.inter-mezzo.org/pub/intermezzo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="net-ftp/curl
+DEPEND="net-misc/curl
media-gfx/transfig
>=dev-libs/glib-2*
>=gnome-base/libghttp-1.0.9-r3
>=sys-kernel/linux-headers-2.4"
-SRC_URI="ftp://ftp.inter-mezzo.org/pub/intermezzo/${P}.tar.gz"
-
-src_compile () {
+src_compile() {
local myconf=""
has "net-www/apache" \
&& $myconf="${myconf} --with-apache-modules=/etc/apache/modules"
@@ -28,13 +27,11 @@ src_compile () {
--datadir=/usr/share \
--libdir=/lib \
${myconf}
-
emake || die "emake failed"
}
-src_install () {
+src_install() {
make DESTDIR=${D} install
-
exeinto /etc/init.d ; newexe ${FILESDIR}/intersync.rc intersync
insinto /etc/conf.d ; newins ${FILESDIR}/intersync.conf intersync
}
diff --git a/net-fs/intersync/intersync-0.9.5_p2.ebuild b/net-fs/intersync/intersync-0.9.5_p2.ebuild
index ba30edd98dae..c482e212d44d 100644
--- a/net-fs/intersync/intersync-0.9.5_p2.ebuild
+++ b/net-fs/intersync/intersync-0.9.5_p2.ebuild
@@ -1,41 +1,38 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/intersync/intersync-0.9.5_p2.ebuild,v 1.2 2003/09/07 00:11:41 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/intersync/intersync-0.9.5_p2.ebuild,v 1.3 2004/03/29 01:11:20 vapier Exp $
-DESCRIPTION="Intermezzo is an advanced replicating networked filesystem."
-HOMEPAGE="http://www.inter-mezzo.org"
+DESCRIPTION="advanced replicating networked filesystem"
+HOMEPAGE="http://www.inter-mezzo.org/"
+SRC_URI="ftp://ftp.inter-mezzo.org/pub/intermezzo/${P/_p/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
-DEPEND="net-ftp/curl
+DEPEND="net-misc/curl
media-gfx/transfig
>=dev-libs/glib-2*
>=gnome-base/libghttp-1.0.9-r3
>=sys-kernel/linux-headers-2.4"
-SRC_URI="ftp://ftp.inter-mezzo.org/pub/intermezzo/${P/_p/-}.tar.gz"
S=${WORKDIR}/${P/_p?/}
-src_compile () {
+src_compile() {
local myconf=""
has "net-www/apache" \
&& $myconf="${myconf} --with-apache-modules=/etc/apache/modules"
- ./configure \
- --sysconfdir=/etc \
+ econf \
--localstatedir=/var \
- --datadir=/usr/share \
--libdir=/lib \
- ${myconf}
-
+ ${myconf} \
+ || die
emake || die "emake failed"
}
-src_install () {
+src_install() {
make DESTDIR=${D} install
-
exeinto /etc/init.d ; newexe ${FILESDIR}/intersync.rc intersync
insinto /etc/conf.d ; newins ${FILESDIR}/intersync.conf intersync
}