diff options
Diffstat (limited to 'dev-libs/libpqxx/libpqxx-2.5.0.ebuild')
-rw-r--r-- | dev-libs/libpqxx/libpqxx-2.5.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/libpqxx/libpqxx-2.5.0.ebuild b/dev-libs/libpqxx/libpqxx-2.5.0.ebuild deleted file mode 100644 index af2434e16d9e..000000000000 --- a/dev-libs/libpqxx/libpqxx-2.5.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpqxx/libpqxx-2.5.0.ebuild,v 1.1 2005/04/21 16:36:28 nakano Exp $ - -IUSE="" -DESCRIPTION="C++ client API for PostgreSQL. The standard front-end for writing C++ programs that use PostgreSQL. Supersedes older libpq++ interface." -SRC_URI="ftp://gborg.postgresql.org/pub/libpqxx/stable/${P}.tar.gz" -HOMEPAGE="http://pqxx.tk/" - -LICENSE="BSD" -KEYWORDS="~x86 ~ppc ~amd64" -SLOT="0" - -DEPEND="dev-db/postgresql" - -src_compile() { - econf --enable-shared || die "./configure failed" - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README* TODO - dohtml -r doc/html/* -} |