diff options
author | Kurt Lieber <klieber@gentoo.org> | 2004-11-01 15:38:16 +0000 |
---|---|---|
committer | Kurt Lieber <klieber@gentoo.org> | 2004-11-01 15:38:16 +0000 |
commit | 6fe141d458199cff8bcce7c4437eb7927bb587b0 (patch) | |
tree | 52e6e40166657af734231fb22c85833bb79cd88b /net-misc/cfengine | |
parent | Marked ~ppc64; bug #66216 (Manifest recommit) (diff) | |
download | gentoo-2-6fe141d458199cff8bcce7c4437eb7927bb587b0.tar.gz gentoo-2-6fe141d458199cff8bcce7c4437eb7927bb587b0.tar.bz2 gentoo-2-6fe141d458199cff8bcce7c4437eb7927bb587b0.zip |
removed old files
Diffstat (limited to 'net-misc/cfengine')
-rw-r--r-- | net-misc/cfengine/cfengine-2.1.10-r1.ebuild | 71 | ||||
-rw-r--r-- | net-misc/cfengine/cfengine-2.1.10.ebuild | 61 | ||||
-rw-r--r-- | net-misc/cfengine/files/digest-cfengine-2.1.10 | 1 | ||||
-rw-r--r-- | net-misc/cfengine/files/digest-cfengine-2.1.10-r1 | 1 |
4 files changed, 0 insertions, 134 deletions
diff --git a/net-misc/cfengine/cfengine-2.1.10-r1.ebuild b/net-misc/cfengine/cfengine-2.1.10-r1.ebuild deleted file mode 100644 index 7137ad4f0592..000000000000 --- a/net-misc/cfengine/cfengine-2.1.10-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-2.1.10-r1.ebuild,v 1.2 2004/10/30 13:27:35 klieber Exp $ - -DESCRIPTION="An agent/software robot and a high level policy language for building expert systems to administrate and configure large computer networks" -HOMEPAGE="http://www.iu.hio.no/cfengine/" -SRC_URI="ftp://ftp.iu.hio.no/pub/cfengine/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc ~sparc ~arm ~amd64" -IUSE="" - -DEPEND="virtual/libc - >=sys-libs/db-3.2 - >=dev-libs/openssl-0.9.6k" - -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update ${S} - epatch ${FILESDIR}/${PN}-2.1.10-setnetgrent.patch -} - -src_compile() { - - # Enforce /var/cfengine for historical compatibility - econf \ - --with-workdir=/var/cfengine \ - --with-berkeleydb=/usr || die - - # Fix Makefile to skip doc & inputs install to wrong locations - sed -i -e 's/\(SUBDIRS.*\) inputs doc/\1/' Makefile - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING README TODO - - # Manually install doc and inputs - doinfo doc/*.info* - dohtml doc/*.html - dodoc inputs/*.example - - # Create cfengine working directory - mkdir -p ${D}/var/cfengine - fperms 700 /var/cfengine - keepdir /var/cfengine/bin - keepdir /var/cfengine/inputs - dodir /var/cfengine/modules - cd ${D}/var/cfengine/modules - tar pjxf ${FILESDIR}/module-cfportage.tbz2 -} - -pkg_postinst() { - if [ ! -f "/var/cfengine/ppkeys/localhost.priv" ] - then - einfo "Generating keys for localhost." - /usr/sbin/cfkey - fi - - - # Copy cfagent into the cfengine tree otherwise cfexecd won't - # find it. Most hosts cache their copy of the cfengine - # binaries here. This is the default search location for the - # binaries. - - cp /usr/sbin/cf{agent,servd,execd} /var/cfengine/bin/ -} diff --git a/net-misc/cfengine/cfengine-2.1.10.ebuild b/net-misc/cfengine/cfengine-2.1.10.ebuild deleted file mode 100644 index 13d04acad45f..000000000000 --- a/net-misc/cfengine/cfengine-2.1.10.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/cfengine/cfengine-2.1.10.ebuild,v 1.5 2004/10/06 18:22:26 klieber Exp $ - -DESCRIPTION="An agent/software robot and a high level policy language for building expert systems to administrate and configure large computer networks" -HOMEPAGE="http://www.iu.hio.no/cfengine/" -SRC_URI="ftp://ftp.iu.hio.no/pub/cfengine/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc ~arm ~amd64" -IUSE="" - -DEPEND="virtual/libc - >=sys-libs/db-3.2 - >=dev-libs/openssl-0.9.6k" - -src_compile() { - - # Enforce /var/cfengine for historical compatibility - econf \ - --with-workdir=/var/cfengine \ - --with-berkeleydb=/usr || die - - # Fix Makefile to skip doc & inputs install to wrong locations - sed -i -e 's/\(SUBDIRS.*\) inputs doc/\1/' Makefile - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING README TODO - - # Manually install doc and inputs - doinfo doc/*.info* - dohtml doc/*.html - dodoc inputs/*.example - - # Create cfengine working directory - mkdir -p ${D}/var/cfengine - fperms 700 /var/cfengine - keepdir /var/cfengine/bin - keepdir /var/cfengine/inputs -} - -pkg_postinst() { - if [ ! -f "/var/cfengine/ppkeys/localhost.priv" ] - then - einfo "Generating keys for localhost." - /usr/sbin/cfkey - fi - - - # Copy cfagent into the cfengine tree otherwise cfexecd won't - # find it. Most hosts cache their copy of the cfengine - # binaries here. This is the default search location for the - # binaries. - - cp /usr/sbin/cf{agent,servd,execd} /var/cfengine/bin/ -} diff --git a/net-misc/cfengine/files/digest-cfengine-2.1.10 b/net-misc/cfengine/files/digest-cfengine-2.1.10 deleted file mode 100644 index c012ef7cc95c..000000000000 --- a/net-misc/cfengine/files/digest-cfengine-2.1.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a867c74ca3ad806a41b6f7339e67fa3 cfengine-2.1.10.tar.gz 3100323 diff --git a/net-misc/cfengine/files/digest-cfengine-2.1.10-r1 b/net-misc/cfengine/files/digest-cfengine-2.1.10-r1 deleted file mode 100644 index c012ef7cc95c..000000000000 --- a/net-misc/cfengine/files/digest-cfengine-2.1.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a867c74ca3ad806a41b6f7339e67fa3 cfengine-2.1.10.tar.gz 3100323 |