summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-06-26 15:36:41 +0000
committerChuck Short <zul@gentoo.org>2004-06-26 15:36:41 +0000
commitae1918bccd3ea59d0925d856ac9cde40cb689601 (patch)
tree454c4513e15a3d3436f22cd022e22257aab14c3e /app-admin/bacula
parentmarked stable for x86. (Manifest recommit) (diff)
downloadgentoo-2-ae1918bccd3ea59d0925d856ac9cde40cb689601.tar.gz
gentoo-2-ae1918bccd3ea59d0925d856ac9cde40cb689601.tar.bz2
gentoo-2-ae1918bccd3ea59d0925d856ac9cde40cb689601.zip
removed old version.
Diffstat (limited to 'app-admin/bacula')
-rw-r--r--app-admin/bacula/ChangeLog6
-rw-r--r--app-admin/bacula/bacula-1.29.ebuild101
-rw-r--r--app-admin/bacula/bacula-1.31.ebuild115
-rw-r--r--app-admin/bacula/files/digest-bacula-1.291
-rw-r--r--app-admin/bacula/files/digest-bacula-1.311
5 files changed, 5 insertions, 219 deletions
diff --git a/app-admin/bacula/ChangeLog b/app-admin/bacula/ChangeLog
index 40bb168e0231..0efb76842a04 100644
--- a/app-admin/bacula/ChangeLog
+++ b/app-admin/bacula/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/bacula
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/ChangeLog,v 1.31 2004/06/26 15:33:50 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/ChangeLog,v 1.32 2004/06/26 15:36:41 zul Exp $
+
+ 26 Jun 2004; Chuck Short <zul@gentoo.org> bacula-1.29.ebuild,
+ bacula-1.31.ebuild:
+ Removed old versions.
26 Jun 2004; Chuck Short <zul@gentoo.org> bacula-1.34.4.ebuild:
Marked stable for x86.
diff --git a/app-admin/bacula/bacula-1.29.ebuild b/app-admin/bacula/bacula-1.29.ebuild
deleted file mode 100644
index 672dda7d7af5..000000000000
--- a/app-admin/bacula/bacula-1.29.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.29.ebuild,v 1.12 2004/06/24 21:23:31 agriffis Exp $
-
-DESCRIPTION="featureful client/server network backup suite"
-HOMEPAGE="http://www.bacula.org/"
-SRC_URI="mirror://sourceforge/bacula/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="readline tcpd ssl gnome mysql sqlite X static"
-
-#theres a local sqlite use flag. use it -OR- mysql, not both.
-#mysql is the reccomended choice ...
-DEPEND=">=sys-libs/zlib-1.1.4
- sys-libs/libtermcap-compat
- readline? >=sys-libs/readline-4.1
- tcpd? >=sys-apps/tcp-wrappers-7.6
- ssl? >=dev-libs/openssl-0.9.6
- gnome? gnome-base/gnome-libs
- mysql? >=dev-db/mysql-3.23
- sqlite? >=dev-db/sqlite-2.7
- X? virtual/x11"
-RDEPEND="${DEPEND}
- sys-apps/mtx app-arch/mt-st"
-
-src_compile() {
- local myconf
-
- #define this var to something to skip building the other daemons ...
- [ -n "$BUILD_CLIENT_ONLY" ] && myconf="${myconf} --enable-client-only"
-
- #might be handy to have static bins in certain situations ...
- use static && myconf="${myconf} --enable-static-tools \
- --enable-static-fd --enable-static-sd \
- --enable-static-dir --enable-static-cons"
-
- use readline && myconf="${myconf} --enable-readline" || myconf="${myconf} --disable-readline"
-
- use gnome && myconf="${myconf} --enable-gnome" || myconf="${myconf} --disable-gnome"
-
- use tcpd && myconf="${myconf} --enable-tcpd" || myconf="${myconf} --disable-tcpd"
-
- use mysql && myconf="${myconf} --with-mysql" || myconf="${myconf} --without-mysql"
-
- use sqlite && myconf="${myconf} --with-sqlite" || myconf="${myconf} --without-sqlite"
-
- use X && myconf="${myconf} --with-x" || myconf="${myconf} --without-x"
-
-#not ./configure'able
-# use ssl && myconf="${myconf} --enable-ssl" || myconf="${myconf} --disable-ssl"
-
- #mysql is the reccomended choice ...
- if use mysql && use sqlite
- then
- #supposed to have only one or the either, nuke '--with-sqlite'
- myconf=${myconf/--with-sqlite/}
- fi
-
- einfo "myconf is: $myconf"
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --with-pid-dir=/var/run \
- --sysconfdir=/etc/bacula \
- --infodir=/usr/share/info \
- --with-subsys-dir=/var/lib/bacula \
- --with-working-dir=/var/lib/bacula \
- --host=${CHOST} ${myconf} || die "bad ./configure"
-
- emake || die "compile problem"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- rm -rf ${D}/var #empty dir
-
- dosbin src/console/console
- dodoc ChangeLog CheckList INSTALL README ReleaseNotes kernstodo doc/bacula.pdf
- cp -a examples ${D}/usr/share/doc/${PF}
- chown -R root:root ${D}/usr/share/doc/${PF} #hrmph :\
- dohtml -r doc/html-manual doc/home-page
- exeinto /etc/init.d
- newexe ${FILESDIR}/bacula-init bacula
-}
-
-pkg_postinst() {
- # empty dir ...
- install -m0755 -o root -g root -d ${ROOT}/var/lib/bacula
- einfo
- einfo "If this is a new install and you plan to use mysql for your"
- einfo "catalog database, then you should now create it by doing"
- einfo "these two commands:"
- einfo " sh /etc/bacula/create_mysql_database"
- einfo " sh /etc/bacula/make_mysql_tables"
- einfo "Then setup your configuration files in /etc/bacula and"
- einfo "start the daemons:"
- einfo " /etc/init.d/bacula start"
- einfo
-}
diff --git a/app-admin/bacula/bacula-1.31.ebuild b/app-admin/bacula/bacula-1.31.ebuild
deleted file mode 100644
index 2ca9f07d9c8c..000000000000
--- a/app-admin/bacula/bacula-1.31.ebuild
+++ /dev/null
@@ -1,115 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.31.ebuild,v 1.10 2004/06/24 21:23:31 agriffis Exp $
-
-NEWP=${P}a
-S=${WORKDIR}/${NEWP}
-DESCRIPTION="featureful client/server network backup suite"
-HOMEPAGE="http://www.bacula.org/"
-SRC_URI="mirror://sourceforge/bacula/${NEWP}.tar.gz
- http://download.sourceforge.net/bacula/${NEWP}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE="readline tcpd ssl gnome mysql sqlite X static"
-
-#theres a local sqlite use flag. use it -OR- mysql, not both.
-#mysql is the reccomended choice ...
-DEPEND="sys-libs/libtermcap-compat
- >=sys-libs/zlib-1.1.4
- readline? >=sys-libs/readline-4.1
- tcpd? >=sys-apps/tcp-wrappers-7.6
- ssl? >=dev-libs/openssl-0.9.6
- gnome? gnome-base/gnome-libs
- sqlite? >=dev-db/sqlite-2.7
- mysql? >=dev-db/mysql-3.23
- X? virtual/x11"
-RDEPEND="${DEPEND}
- sys-apps/mtx
- app-arch/mt-st"
-
-src_compile() {
- local myconf=""
-
- #define this to skip building the other daemons ...
- [ -n "$BUILD_CLIENT_ONLY" ] \
- && myconf="${myconf} --enable-client-only"
-
- #might be handy to have static bins in certain situations ...
- use static \
- && myconf="${myconf} --enable-static-tools \
- --enable-static-fd --enable-static-sd \
- --enable-static-dir --enable-static-cons"
- myconf="
- `use_enable readline`
- `use_enable gnome`
- `use_enable tcpd`
- `use_enable X x`
- "
- #not ./configure'able
- #`use_enable ssl`
-
- # mysql is the reccomended choice ...
- if use mysql
- then
- myconf="${myconf} --with-mysql=/usr"
- fi
-
- if use sqlite
- then
- myconf="${myconf} --with-sqlite=/usr"
- fi
-
- if use sqlite && use mysql
- then
- myconf="${myconf/--with-sqlite/}"
- fi
-
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --with-pid-dir=/var/run \
- --sysconfdir=/etc/bacula \
- --infodir=/usr/share/info \
- --with-subsys-dir=/var/lib/bacula \
- --with-working-dir=/var/lib/bacula \
- --host=${CHOST} ${myconf} || die "bad ./configure"
-
- emake || die "compile problem"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- rm -rf ${D}/var #empty dir
-
- dodoc ChangeLog CheckList INSTALL \
- README ReleaseNotes kernstodo doc/bacula.pdf
- cp -a examples ${D}/usr/share/doc/${PF}
- chown -R root:root ${D}/usr/share/doc/${PF} #hrmph :\
- dohtml -r doc/html-manual doc/home-page
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/bacula-init bacula
-}
-
-pkg_postinst() {
- # empty dir ...
- install -m0755 -o root -g root -d ${ROOT}/var/lib/bacula
- einfo
- einfo "If this is a new install and you plan to use mysql for your"
- einfo "catalog database, then you should now create it by doing"
- einfo "these commands:"
- einfo " sh /etc/bacula/grant_mysql_privileges"
- einfo " sh /etc/bacula/create_mysql_database"
- einfo " sh /etc/bacula/make_mysql_tables"
- einfo
- einfo "Then setup your configuration files in /etc/bacula and"
- einfo "start the daemons:"
- einfo " /etc/init.d/bacula start"
- einfo
- einfo "If upgrading from version 1.30 or below, please note that"
- einfo "the database format has changed. Please read the"
- einfo "release notes for how to upgrade your database!!!"
- einfo
-}
diff --git a/app-admin/bacula/files/digest-bacula-1.29 b/app-admin/bacula/files/digest-bacula-1.29
deleted file mode 100644
index e652aaed5c5c..000000000000
--- a/app-admin/bacula/files/digest-bacula-1.29
+++ /dev/null
@@ -1 +0,0 @@
-MD5 32ea08056be1a241534841f7a98e7895 bacula-1.29.tar.gz 2707645
diff --git a/app-admin/bacula/files/digest-bacula-1.31 b/app-admin/bacula/files/digest-bacula-1.31
deleted file mode 100644
index b39e7a543197..000000000000
--- a/app-admin/bacula/files/digest-bacula-1.31
+++ /dev/null
@@ -1 +0,0 @@
-MD5 96091d108935a6cb0b48e082ed7e9249 bacula-1.31a.tar.gz 3072074