diff options
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/bacula/bacula-1.29.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-admin/bacula/bacula-1.29.ebuild b/app-admin/bacula/bacula-1.29.ebuild index b229e23714d5..7bc6453b5405 100644 --- a/app-admin/bacula/bacula-1.29.ebuild +++ b/app-admin/bacula/bacula-1.29.ebuild @@ -1,11 +1,16 @@ # Copyright 1999-2003 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.2 2003/02/12 18:29:07 ykoehler Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bacula/bacula-1.29.ebuild,v 1.3 2003/02/28 23:01:10 vapier Exp $ -DESCRIPTION="Bacula is a featureful client/server network backup suite" +DESCRIPTION="featureful client/server network backup suite" HOMEPAGE="http://www.bacula.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" +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 @@ -17,10 +22,6 @@ DEPEND=">=sys-libs/zlib-1.1.4 sqlite? >=dev-db/sqlite-2.7 X? virtual/x11" RDEPEND="${DEPEND} sys-apps/mtx app-arch/mt-st" -IUSE="readline tcpd ssl gnome mysql sqlite X static" -LICENSE="GPL-2" -KEYWORDS="~x86" -SLOT="0" src_compile() { local myconf |