diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2008-06-19 16:04:11 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2008-06-19 16:04:11 +0000 |
commit | bbee251f22dfbcb5e2d4dfa84625af26544563b1 (patch) | |
tree | 5376a3372f45fe6813e88bf2b514140c7cffae08 /dev-cpp | |
parent | thoggen version bump (diff) | |
download | gentoo-2-bbee251f22dfbcb5e2d4dfa84625af26544563b1.tar.gz gentoo-2-bbee251f22dfbcb5e2d4dfa84625af26544563b1.tar.bz2 gentoo-2-bbee251f22dfbcb5e2d4dfa84625af26544563b1.zip |
Add SPTK-3.5.7.13
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/sptk/ChangeLog | 13 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.0.6.ebuild | 67 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.2.6.ebuild | 68 | ||||
-rw-r--r-- | dev-cpp/sptk/sptk-3.5.7.13.ebuild (renamed from dev-cpp/sptk/sptk-3.5.6.ebuild) | 2 |
4 files changed, 13 insertions, 137 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog index b28a078623e0..e9344037398e 100644 --- a/dev-cpp/sptk/ChangeLog +++ b/dev-cpp/sptk/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for dev-cpp/sptk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.33 2008/05/26 02:37:35 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.34 2008/06/19 16:04:11 iluxa Exp $ + + 19 Jun 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + -sptk-3.0.6.ebuild, -sptk-3.2.6.ebuild, -sptk-3.5.6.ebuild, + +sptk-3.5.7.13.ebuild: + Remove old SPTK ebuilds + +*sptk-3.5.7.13 (19 Jun 2008) + + 19 Jun 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + +sptk-3.5.7.13.ebuild: + Add sptk-3.5.7.13 26 May 2008; Mark Loeser <halcy0n@gentoo.org> sptk-3.0.6.ebuild, sptk-3.2.6.ebuild, sptk-3.5.6.ebuild, sptk-3.5.7.05.ebuild, diff --git a/dev-cpp/sptk/sptk-3.0.6.ebuild b/dev-cpp/sptk/sptk-3.0.6.ebuild deleted file mode 100644 index 80d9d5f7828b..000000000000 --- a/dev-cpp/sptk/sptk-3.0.6.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.0.6.ebuild,v 1.4 2008/05/26 02:37:35 halcy0n Exp $ - -inherit autotools - -IUSE="fltk odbc doc" - -DESCRIPTION="C++ user interface toolkit for X with database and Excel support" -SRC_URI="http://sptk.tts-sf.com/sptk-${PV}.tbz2" -HOMEPAGE="http://sptk.tts-sf.com" - -SLOT="3" -LICENSE="|| ( FLTK GPL-2 )" -KEYWORDS="~amd64 ~mips ~ppc ~sparc x86" - -RDEPEND="fltk? ( x11-libs/fltk ) - odbc? ( >=dev-db/unixODBC-2.2.6 )" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_unpack() { - unpack ${A} - cd "${S}" - # This fixes double ./configure run - eautoreconf -} - -src_compile() { - - local myconf - myconf="--enable-shared" - - use odbc || myconf="${myconf} --disable-odbc" #default enabled - use fltk || myconf="${myconf} --disable-fltk" - - econf \ - --prefix=/usr \ - ${myconf} || die "Configuration Failed" - - emake || die "Parallel Make Failed" - - if use doc; then - cd "${S}" - einfo "Fixing sptk3.doxygen" - sed -i -e 's,/cvs/sptk3/,,g' sptk3.doxygen - einfo "Building docs" - doxygen sptk3.doxygen - fi - -} - -src_install () { - - make DESTDIR="${D}" install || die "Installation failed" - - dodoc README AUTHORS - - dodir /usr/share/doc/${PF} - cp -r "${S}"/docs/* "${D}/usr/share/doc/${PF}" - if use doc; then - rm -fr "${D}/usr/share/doc/${PF}/latex" - cp -r "${S}/pictures" "${D}/usr/share/doc/${PF}" - fi - -} diff --git a/dev-cpp/sptk/sptk-3.2.6.ebuild b/dev-cpp/sptk/sptk-3.2.6.ebuild deleted file mode 100644 index e8d5fa1aa17d..000000000000 --- a/dev-cpp/sptk/sptk-3.2.6.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 2006-2008 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.7 2008/05/26 02:37:35 halcy0n Exp $ - -inherit autotools - -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" -HOMEPAGE="http://www.sptk.net" - -SLOT="3" -LICENSE="|| ( FLTK GPL-2 )" -KEYWORDS="alpha ~amd64 ~mips ~ppc ~sparc x86" - -RDEPEND="fltk? ( x11-libs/fltk ) - odbc? ( >=dev-db/unixODBC-2.2.6 ) - sqlite3? ( >=dev-db/sqlite-3 )" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_unpack() { - unpack ${A} - cd "${S}" - # This fixes double ./configure run - eautoreconf -} - -src_compile() { - - local myconf - myconf="--enable-shared" - - econf \ - --prefix=/usr \ - `use_enable odbc` \ - `use_enable fltk` \ - `use_enable sqlite3` \ - `use_enable excel` \ - ${myconf} || die "Configuration Failed" - - emake || die "Parallel Make Failed" - - if use doc; then - cd "${S}" - einfo "Fixing sptk3.doxygen" - sed -i -e 's,/cvs/sptk3/,,g' sptk3.doxygen - einfo "Building docs" - doxygen sptk3.doxygen - fi - -} - -src_install () { - - make DESTDIR="${D}" install || die "Installation failed" - - dodoc README AUTHORS - - dodir /usr/share/doc/${PF} - cp -r "${S}"/docs/* "${D}/usr/share/doc/${PF}" - if use doc; then - rm -fr "${D}/usr/share/doc/${PF}/latex" - cp -r "${S}/pictures" "${D}/usr/share/doc/${PF}" - fi -} diff --git a/dev-cpp/sptk/sptk-3.5.6.ebuild b/dev-cpp/sptk/sptk-3.5.7.13.ebuild index 05fe7cd6444f..a87d6778cb82 100644 --- a/dev-cpp/sptk/sptk-3.5.6.ebuild +++ b/dev-cpp/sptk/sptk-3.5.7.13.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.6.ebuild,v 1.5 2008/05/26 02:37:35 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.7.13.ebuild,v 1.1 2008/06/19 16:04:11 iluxa Exp $ inherit eutils flag-o-matic autotools |