summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Lieber <klieber@gentoo.org>2004-10-30 13:30:31 +0000
committerKurt Lieber <klieber@gentoo.org>2004-10-30 13:30:31 +0000
commit57ba335d096cf9118f9ab22d167182500428954a (patch)
tree34d15edc2cbdf907f1b19787f4e13844e726f5f7 /net-misc/cfengine
parentmarking stable on x86 and ppc (Manifest recommit) (diff)
downloadgentoo-2-57ba335d096cf9118f9ab22d167182500428954a.tar.gz
gentoo-2-57ba335d096cf9118f9ab22d167182500428954a.tar.bz2
gentoo-2-57ba335d096cf9118f9ab22d167182500428954a.zip
removed old files
Diffstat (limited to 'net-misc/cfengine')
-rw-r--r--net-misc/cfengine/cfengine-2.1.1.ebuild61
-rw-r--r--net-misc/cfengine/cfengine-2.1.3.ebuild61
-rw-r--r--net-misc/cfengine/cfengine-2.1.5.ebuild61
-rw-r--r--net-misc/cfengine/cfengine-2.1.6.ebuild61
-rw-r--r--net-misc/cfengine/files/digest-cfengine-2.1.11
-rw-r--r--net-misc/cfengine/files/digest-cfengine-2.1.31
-rw-r--r--net-misc/cfengine/files/digest-cfengine-2.1.51
-rw-r--r--net-misc/cfengine/files/digest-cfengine-2.1.61
8 files changed, 0 insertions, 248 deletions
diff --git a/net-misc/cfengine/cfengine-2.1.1.ebuild b/net-misc/cfengine/cfengine-2.1.1.ebuild
deleted file mode 100644
index 76b3cff4b530..000000000000
--- a/net-misc/cfengine/cfengine-2.1.1.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.1.ebuild,v 1.6 2004/10/04 22:18:26 pvdabeel Exp $
-
-IUSE=""
-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"
-
-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 DOCUMENTATION 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/cfengine-2.1.3.ebuild b/net-misc/cfengine/cfengine-2.1.3.ebuild
deleted file mode 100644
index b72f31470ad9..000000000000
--- a/net-misc/cfengine/cfengine-2.1.3.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.3.ebuild,v 1.8 2004/10/04 22:18:26 pvdabeel Exp $
-
-IUSE=""
-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"
-
-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/cfengine-2.1.5.ebuild b/net-misc/cfengine/cfengine-2.1.5.ebuild
deleted file mode 100644
index 882aec61e4ee..000000000000
--- a/net-misc/cfengine/cfengine-2.1.5.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.5.ebuild,v 1.6 2004/10/04 22:18:26 pvdabeel 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"
-IUSE=""
-KEYWORDS="x86 ppc ~sparc"
-
-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/cfengine-2.1.6.ebuild b/net-misc/cfengine/cfengine-2.1.6.ebuild
deleted file mode 100644
index b0b7ce377c59..000000000000
--- a/net-misc/cfengine/cfengine-2.1.6.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.6.ebuild,v 1.6 2004/10/04 22:18:26 pvdabeel 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"
-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.1 b/net-misc/cfengine/files/digest-cfengine-2.1.1
deleted file mode 100644
index 5ea0de0d8c5f..000000000000
--- a/net-misc/cfengine/files/digest-cfengine-2.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 71a91ec5283b45313b78fe00f8d1e042 cfengine-2.1.1.tar.gz 1304210
diff --git a/net-misc/cfengine/files/digest-cfengine-2.1.3 b/net-misc/cfengine/files/digest-cfengine-2.1.3
deleted file mode 100644
index d563e1f09d37..000000000000
--- a/net-misc/cfengine/files/digest-cfengine-2.1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 54cc5ac220c16ad636fb94a950d8e83a cfengine-2.1.3.tar.gz 1317295
diff --git a/net-misc/cfengine/files/digest-cfengine-2.1.5 b/net-misc/cfengine/files/digest-cfengine-2.1.5
deleted file mode 100644
index be834b282673..000000000000
--- a/net-misc/cfengine/files/digest-cfengine-2.1.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0c7c15d646defe23123708ee836b4040 cfengine-2.1.5.tar.gz 1852357
diff --git a/net-misc/cfengine/files/digest-cfengine-2.1.6 b/net-misc/cfengine/files/digest-cfengine-2.1.6
deleted file mode 100644
index 811fa56bdeeb..000000000000
--- a/net-misc/cfengine/files/digest-cfengine-2.1.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7b6ca6339d0dd6bdcaa3dd2765dd3d08 cfengine-2.1.6.tar.gz 3073764