summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-02-08 20:35:10 +0000
committerHans de Graaff <graaff@gentoo.org>2010-02-08 20:35:10 +0000
commitce60318fc36d37327cc868fb69399db3605521d4 (patch)
tree6762591d224e5e8f3cdee1ac04b38d5756c6288c /app-office
parent[dev-db/virtuoso-server] Initial import. bug #254295 (diff)
downloadgentoo-2-ce60318fc36d37327cc868fb69399db3605521d4.tar.gz
gentoo-2-ce60318fc36d37327cc868fb69399db3605521d4.tar.bz2
gentoo-2-ce60318fc36d37327cc868fb69399db3605521d4.zip
Remove old versions.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/mdbtools/ChangeLog6
-rw-r--r--app-office/mdbtools/mdbtools-0.6_pre2-r1.ebuild62
-rw-r--r--app-office/mdbtools/mdbtools-0.6_pre2.ebuild65
3 files changed, 5 insertions, 128 deletions
diff --git a/app-office/mdbtools/ChangeLog b/app-office/mdbtools/ChangeLog
index b30e390f7c8e..fe1887636919 100644
--- a/app-office/mdbtools/ChangeLog
+++ b/app-office/mdbtools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/mdbtools
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/ChangeLog,v 1.45 2010/01/12 18:35:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/ChangeLog,v 1.46 2010/02/08 20:35:10 graaff Exp $
+
+ 08 Feb 2010; Hans de Graaff <graaff@gentoo.org> -mdbtools-0.6_pre2.ebuild,
+ -mdbtools-0.6_pre2-r1.ebuild:
+ Remove old versions.
*mdbtools-0.6_pre2-r2 (12 Jan 2010)
diff --git a/app-office/mdbtools/mdbtools-0.6_pre2-r1.ebuild b/app-office/mdbtools/mdbtools-0.6_pre2-r1.ebuild
deleted file mode 100644
index fb2373540fba..000000000000
--- a/app-office/mdbtools/mdbtools-0.6_pre2-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre2-r1.ebuild,v 1.2 2010/01/11 18:09:30 graaff Exp $
-
-EAPI="2"
-WANT_AUTOMAKE="1.7"
-
-inherit eutils autotools
-
-MY_P=${P/_/}
-S="${WORKDIR}/${PN}-cvs-20050624"
-
-DESCRIPTION="A set of libraries and utilities for reading Microsoft Access database (MDB) files"
-HOMEPAGE="http://sourceforge.net/projects/mdbtools"
-SRC_URI="mirror://gentoo/${PN}-cvs-20050624.tar.gz"
-
-IUSE="gnome odbc"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND=">=dev-libs/glib-2
- sys-libs/ncurses
- sys-libs/readline
- gnome? (
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeui-2 )
- odbc? ( >=dev-db/unixODBC-2.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=sys-devel/flex-2.5.0
- >=sys-devel/bison-1.35"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc34.patch
- epatch "${FILESDIR}"/${P}-as-needed.patch
- epatch "${FILESDIR}"/${P}-haveiconv-fix.patch
- epatch "${FILESDIR}"/${P}-parallel-make.patch
-
- # This is necessary since the upstream tarball was created with a
- # buggy libtool, and the .so suffix in library names is lost in
- # some platforms (e.g. amd64). Starting with libtool 2.2.4 it is
- # also necessary to remove the acinclude.m4 file since it contains
- # an old libtool.m4 that is obsolete, #227257.
- rm "${S}"/acinclude.m4
- eautoreconf
-}
-
-src_configure() {
- local myconf
- use odbc && myconf="${myconf} --with-unixodbc=/usr"
-
- econf ${myconf} || die "configure failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
- dodoc COPYING* NEWS README* TODO AUTHORS HACKING ChangeLog
-
- # add a compat symlink (gmdb2 is not compiled if gnome USE flag is disabled)
- use gnome && dosym gmdb2 /usr/bin/gmdb
-}
diff --git a/app-office/mdbtools/mdbtools-0.6_pre2.ebuild b/app-office/mdbtools/mdbtools-0.6_pre2.ebuild
deleted file mode 100644
index 6b8b44e29585..000000000000
--- a/app-office/mdbtools/mdbtools-0.6_pre2.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/mdbtools/mdbtools-0.6_pre2.ebuild,v 1.2 2009/12/17 10:55:07 ssuominen Exp $
-
-WANT_AUTOMAKE="1.7"
-
-inherit eutils autotools
-
-MY_P=${P/_/}
-S="${WORKDIR}/${PN}-cvs-20050624"
-
-DESCRIPTION="A set of libraries and utilities for reading Microsoft Access database (MDB) files"
-HOMEPAGE="http://sourceforge.net/projects/mdbtools"
-SRC_URI="mirror://gentoo/${PN}-cvs-20050624.tar.gz"
-
-IUSE="gnome odbc"
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-RDEPEND=">=dev-libs/glib-2
- sys-libs/ncurses
- sys-libs/readline
- gnome? (
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeui-2 )
- odbc? ( >=dev-db/unixODBC-2.0 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=sys-devel/flex-2.5.0
- >=sys-devel/bison-1.35"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-gcc34.patch
- epatch "${FILESDIR}"/${P}-as-needed.patch
-
- # This is necessary since the upstream tarball was created with a
- # buggy libtool, and the .so suffix in library names is lost in
- # some platforms (e.g. amd64). Starting with libtool 2.2.4 it is
- # also necessary to remove the acinclude.m4 file since it contains
- # an old libtool.m4 that is obsolete, #227257.
- rm "${S}"/acinclude.m4
- eautoreconf
-}
-
-src_compile() {
- local myconf
- use odbc && myconf="${myconf} --with-unixodbc=/usr"
-
- econf --enable-sql \
- ${myconf} || die "configure failed"
-
- emake || die "Compilation failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "Installation failed"
- dodoc COPYING* NEWS README* TODO AUTHORS HACKING ChangeLog
-
- # add a compat symlink (gmdb2 is not compiled if gnome USE flag is disabled)
- use gnome && dosym gmdb2 /usr/bin/gmdb
-}