summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Volynets <iluxa@gentoo.org>2008-02-26 12:53:32 +0000
committerIlya Volynets <iluxa@gentoo.org>2008-02-26 12:53:32 +0000
commit70f31cd91ffba08ce659cbdd83466ee1f6a33bca (patch)
treecc3f1130f87b91df519e4c26a79187d702a2c9a8 /dev-cpp
parentStable for HPPA (bug #211412). (diff)
downloadgentoo-2-70f31cd91ffba08ce659cbdd83466ee1f6a33bca.tar.gz
gentoo-2-70f31cd91ffba08ce659cbdd83466ee1f6a33bca.tar.bz2
gentoo-2-70f31cd91ffba08ce659cbdd83466ee1f6a33bca.zip
Clean out old SPTK versions
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/sptk/ChangeLog7
-rw-r--r--dev-cpp/sptk/sptk-3.0.11.ebuild66
-rw-r--r--dev-cpp/sptk/sptk-3.0.12.ebuild65
-rw-r--r--dev-cpp/sptk/sptk-3.0.19.ebuild65
-rw-r--r--dev-cpp/sptk/sptk-3.1.4.ebuild65
-rw-r--r--dev-cpp/sptk/sptk-3.4.1.ebuild66
-rw-r--r--dev-cpp/sptk/sptk-3.5.1.ebuild66
7 files changed, 6 insertions, 394 deletions
diff --git a/dev-cpp/sptk/ChangeLog b/dev-cpp/sptk/ChangeLog
index a6a38251585c..a437519e70f2 100644
--- a/dev-cpp/sptk/ChangeLog
+++ b/dev-cpp/sptk/ChangeLog
@@ -1,6 +1,11 @@
# 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.27 2008/02/26 12:38:44 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/ChangeLog,v 1.28 2008/02/26 12:53:32 iluxa Exp $
+
+ 26 Feb 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
+ -sptk-3.0.11.ebuild, -sptk-3.0.12.ebuild, -sptk-3.0.19.ebuild,
+ -sptk-3.1.4.ebuild, -sptk-3.4.1.ebuild, -sptk-3.5.1.ebuild:
+ Clean out old SPTK versions
*sptk-3.5.7.05 (26 Feb 2008)
diff --git a/dev-cpp/sptk/sptk-3.0.11.ebuild b/dev-cpp/sptk/sptk-3.0.11.ebuild
deleted file mode 100644
index cf9ab74c9c63..000000000000
--- a/dev-cpp/sptk/sptk-3.0.11.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# 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.0.11.ebuild,v 1.2 2006/01/10 01:36:38 iluxa Exp $
-
-inherit autotools
-
-IUSE="fltk odbc doc sqlite3"
-
-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="~x86 ~sparc ~mips ~amd64 ~ppc"
-
-DEPEND="fltk? ( x11-libs/fltk )
- odbc? ( >=dev-db/unixODBC-2.2.6 )
- sqlite3? ( >=dev-db/sqlite-3 )
- 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` \
- ${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.0.12.ebuild b/dev-cpp/sptk/sptk-3.0.12.ebuild
deleted file mode 100644
index 098c548366fc..000000000000
--- a/dev-cpp/sptk/sptk-3.0.12.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.0.12.ebuild,v 1.1 2006/01/18 08:00:09 iluxa Exp $
-
-inherit autotools
-
-IUSE="fltk odbc doc sqlite3"
-
-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="~x86 ~sparc ~mips ~amd64 ~ppc"
-
-DEPEND="fltk? ( x11-libs/fltk )
- odbc? ( >=dev-db/unixODBC-2.2.6 )
- sqlite3? ( >=dev-db/sqlite-3 )
- 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` \
- ${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.0.19.ebuild b/dev-cpp/sptk/sptk-3.0.19.ebuild
deleted file mode 100644
index 6629e8005c40..000000000000
--- a/dev-cpp/sptk/sptk-3.0.19.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.0.19.ebuild,v 1.1 2006/05/29 10:28:04 iluxa Exp $
-
-inherit autotools
-
-IUSE="fltk odbc doc sqlite3"
-
-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="~x86 ~sparc ~mips ~amd64 ~ppc"
-
-DEPEND="fltk? ( x11-libs/fltk )
- odbc? ( >=dev-db/unixODBC-2.2.6 )
- sqlite3? ( >=dev-db/sqlite-3 )
- 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` \
- ${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.1.4.ebuild b/dev-cpp/sptk/sptk-3.1.4.ebuild
deleted file mode 100644
index bd1551896fb7..000000000000
--- a/dev-cpp/sptk/sptk-3.1.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# 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.1.4.ebuild,v 1.1 2006/05/29 10:28:04 iluxa Exp $
-
-inherit autotools
-
-IUSE="fltk odbc doc sqlite3"
-
-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="~x86 ~sparc ~mips ~amd64 ~ppc"
-
-DEPEND="fltk? ( x11-libs/fltk )
- odbc? ( >=dev-db/unixODBC-2.2.6 )
- sqlite3? ( >=dev-db/sqlite-3 )
- 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` \
- ${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.4.1.ebuild b/dev-cpp/sptk/sptk-3.4.1.ebuild
deleted file mode 100644
index 388c7857340a..000000000000
--- a/dev-cpp/sptk/sptk-3.4.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2006-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.4.1.ebuild,v 1.1 2007/03/13 23:01:43 iluxa 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"
-
-DEPEND="fltk? ( x11-libs/fltk )
- odbc? ( >=dev-db/unixODBC-2.2.6 )
- sqlite3? ( >=dev-db/sqlite-3 )
- 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.1.ebuild b/dev-cpp/sptk/sptk-3.5.1.ebuild
deleted file mode 100644
index 7b42df43a12e..000000000000
--- a/dev-cpp/sptk/sptk-3.5.1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 2006-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/sptk/sptk-3.5.1.ebuild,v 1.1 2007/06/05 22:58:46 iluxa 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"
-
-DEPEND="fltk? ( x11-libs/fltk )
- odbc? ( >=dev-db/unixODBC-2.2.6 )
- sqlite3? ( >=dev-db/sqlite-3 )
- 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
-}