diff options
author | Chuck Short <zul@gentoo.org> | 2004-01-28 22:39:01 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-01-28 22:39:01 +0000 |
commit | afd0c5664ea42ebcaa131aa78bdbf632630e4759 (patch) | |
tree | 2e186b21904849e3aed71f0cc36d945d9b90eddc /app-admin/bacula | |
parent | add a patch for hppa luvin (diff) | |
download | gentoo-2-afd0c5664ea42ebcaa131aa78bdbf632630e4759.tar.gz gentoo-2-afd0c5664ea42ebcaa131aa78bdbf632630e4759.tar.bz2 gentoo-2-afd0c5664ea42ebcaa131aa78bdbf632630e4759.zip |
Added metadata.xml, updated headers, fixed mysql issue.
Diffstat (limited to 'app-admin/bacula')
-rw-r--r-- | app-admin/bacula/ChangeLog | 10 | ||||
-rw-r--r-- | app-admin/bacula/bacula-1.29.ebuild | 4 | ||||
-rw-r--r-- | app-admin/bacula/bacula-1.31.ebuild | 16 | ||||
-rw-r--r-- | app-admin/bacula/metadata.xml | 8 |
4 files changed, 27 insertions, 11 deletions
diff --git a/app-admin/bacula/ChangeLog b/app-admin/bacula/ChangeLog index 67632f11e4f8..c7e90e0812e5 100644 --- a/app-admin/bacula/ChangeLog +++ b/app-admin/bacula/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/bacula -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/ChangeLog,v 1.8 2003/12/06 02:44:29 zul Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/ChangeLog,v 1.9 2004/01/28 22:39:01 zul Exp $ + + 28 Jan 2004; Chuck Short <zul@gentoo.org> bacula-1.29.ebuild, + bacula-1.31.ebuild, metadata.xml: + Added metadata.xml + Updated headers + Fixed mysql issues when using mysql in USE. Closes #38547. 05 Dec 2003; Chuck Short <zul@gentoo.org> bacula-1.29.ebuild, bacula-1.31.ebuild: diff --git a/app-admin/bacula/bacula-1.29.ebuild b/app-admin/bacula/bacula-1.29.ebuild index 849fbb1bc3d4..a76ef2c33899 100644 --- a/app-admin/bacula/bacula-1.29.ebuild +++ b/app-admin/bacula/bacula-1.29.ebuild @@ -1,6 +1,6 @@ -# 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/app-admin/bacula/bacula-1.29.ebuild,v 1.8 2003/12/06 02:44:29 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.29.ebuild,v 1.9 2004/01/28 22:39:01 zul Exp $ DESCRIPTION="featureful client/server network backup suite" HOMEPAGE="http://www.bacula.org/" diff --git a/app-admin/bacula/bacula-1.31.ebuild b/app-admin/bacula/bacula-1.31.ebuild index 18f83e8747a8..99f2907e6710 100644 --- a/app-admin/bacula/bacula-1.31.ebuild +++ b/app-admin/bacula/bacula-1.31.ebuild @@ -1,6 +1,6 @@ -# 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/app-admin/bacula/bacula-1.31.ebuild,v 1.5 2003/12/06 02:44:29 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.31.ebuild,v 1.6 2004/01/28 22:39:01 zul Exp $ NEWP=${P}-04Jun03 S=${WORKDIR}/${NEWP} @@ -44,18 +44,20 @@ src_compile() { `use_enable readline` `use_enable gnome` `use_enable tcpd` - `use_enable mysql` - `use_enable sqlite` `use_enable X x` " #not ./configure'able #`use_enable ssl` # mysql is the reccomended choice ... - if use mysql && use sqlite + if use mysql then - #needs one or the either, nuke '--with-sqlite' - myconf=${myconf/--with-sqlite/} + myconf="${myconf} --with-mysql=/usr" + fi + + if use sqlite + then + myconf="${myconf} --with-sqlite=/usr" fi ./configure \ diff --git a/app-admin/bacula/metadata.xml b/app-admin/bacula/metadata.xml new file mode 100644 index 000000000000..d66bb0cd26df --- /dev/null +++ b/app-admin/bacula/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>zul@gentoo.org</email> +</maintainer> +</pkgmetadata> |