diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2006-08-01 20:33:47 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2006-08-01 20:33:47 +0000 |
commit | 99b368a6149813fc5f9ba82ed7f4d6d7188f2899 (patch) | |
tree | f27f9d545b3e1a36b1c05b7ed883eff914979961 | |
parent | Add local excel flag for dev-cpp/sptk (diff) | |
download | gentoo-2-99b368a6149813fc5f9ba82ed7f4d6d7188f2899.tar.gz gentoo-2-99b368a6149813fc5f9ba82ed7f4d6d7188f2899.tar.bz2 gentoo-2-99b368a6149813fc5f9ba82ed7f4d6d7188f2899.zip |
- add ~alpha
- add excel use flag
(Portage version: 2.1-r1)
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 10 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.2.6.ebuild | 7 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index e93f296944f1..5d8dc400aa98 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.17 2006/07/31 00:08:37 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.18 2006/08/01 20:33:47 iluxa Exp $ + + 01 Aug 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + sptk-3.2.6.ebuild: + Add excel use flag + + 01 Aug 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + sptk-3.2.6.ebuild: + Mark ~alpha *sptk-3.2.6 (31 Jul 2006) diff --git a/dev-cpp/sptk/sptk-3.2.6.ebuild b/dev-cpp/sptk/sptk-3.2.6.ebuild index 1bf721c002ae..190fa6508fdf 100644 --- a/dev-cpp/sptk/sptk-3.2.6.ebuild +++ b/dev-cpp/sptk/sptk-3.2.6.ebuild @@ -1,10 +1,10 @@ # Copyright 2006-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.2.6.ebuild,v 1.1 2006/07/31 00:08:37 iluxa Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.2.6.ebuild,v 1.2 2006/08/01 20:33:47 iluxa Exp $ inherit autotools -IUSE="fltk odbc doc sqlite3" +IUSE="fltk odbc doc sqlite3 excel" DESCRIPTION="C++ user interface toolkit for X with database and Excel support" SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.sptk.net" SLOT="3" LICENSE="|| ( FLTK GPL-2 )" -KEYWORDS="~x86 ~sparc ~mips ~amd64 ~ppc" +KEYWORDS="~x86 ~sparc ~mips ~amd64 ~ppc ~alpha" DEPEND="fltk? ( x11-libs/fltk ) odbc? ( >=dev-db/unixODBC-2.2.6 ) @@ -36,6 +36,7 @@ src_compile() { `use_enable odbc` \ `use_enable fltk` \ `use_enable sqlite3` \ + `use_enable excel` \ ${myconf} || die "Configuration Failed" emake || die "Parallel Make Failed" |