summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Volynets <iluxa@gentoo.org>2009-04-25 12:35:22 +0000
committerIlya Volynets <iluxa@gentoo.org>2009-04-25 12:35:22 +0000
commit6b7f0c14dadc979f6eb135b197bab43e0e40ada5 (patch)
tree599681eddd973911caac4cc1e29e0a2b27b198ba /dev-cpp/sptk
parentInitial import of dev-ruby/dust (test dependency for sparklines). (diff)
downloadgentoo-2-6b7f0c14dadc979f6eb135b197bab43e0e40ada5.tar.gz
gentoo-2-6b7f0c14dadc979f6eb135b197bab43e0e40ada5.tar.bz2
gentoo-2-6b7f0c14dadc979f6eb135b197bab43e0e40ada5.zip
Remove "examples" use flag from sptk
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/sptk')
-rw-r--r--dev-cpp/sptk/ChangeLog6
-rw-r--r--dev-cpp/sptk/sptk-3.5.8.10.ebuild7
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog
index cae0b47f2aae..08be0b98b105 100644
--- a/dev-cpp/sptk/ChangeLog
+++ b/dev-cpp/sptk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-cpp/sptk
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.55 2009/03/16 19:14:06 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.56 2009/04/25 12:35:22 iluxa Exp $
+
+ 25 Apr 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
+ sptk-3.5.8.10.ebuild:
+ Remove examples use flag
16 Mar 2009; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
sptk-3.5.8.10.ebuild:
diff --git a/dev-cpp/sptk/sptk-3.5.8.10.ebuild b/dev-cpp/sptk/sptk-3.5.8.10.ebuild
index 923ccd0186c8..de408b0ff315 100644
--- a/dev-cpp/sptk/sptk-3.5.8.10.ebuild
+++ b/dev-cpp/sptk/sptk-3.5.8.10.ebuild
@@ -1,12 +1,12 @@
# Copyright 2006-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.4 2009/03/16 19:14:06 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.8.10.ebuild,v 1.5 2009/04/25 12:35:22 iluxa Exp $
EAPI=1
inherit eutils flag-o-matic multilib
-IUSE="fltk odbc doc sqlite examples excel postgres aspell mysql"
+IUSE="fltk odbc doc sqlite excel postgres aspell mysql"
DESCRIPTION="C++ user interface toolkit for X with database and Excel support"
SRC_URI="http://www.sptk.net/sptk-${PV}.tbz2"
@@ -41,7 +41,6 @@ src_unpack() {
}
src_compile() {
- sptk_use_enable examples EXAMPLES
sptk_use_enable postgres POSTGRESQL
sptk_use_enable mysql MYSQL
sptk_use_enable sqlite SQLITE3
@@ -50,7 +49,7 @@ src_compile() {
sptk_use_enable fltk FLTK
sptk_use_enable excel EXCEL
- cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr -D LIBDIR=$(get_libdir) ${SPTK_OPTIONS} . || die "Configuration Failed"
+ cmake -D CMAKE_INSTALL_PREFIX:PATH=/usr -D LIBDIR=$(get_libdir) ${SPTK_OPTIONS} -DNO_EXAMPLES:BOOLEAN=TRUE . || die "Configuration Failed"
emake || die "Parallel Make Failed"