summaryrefslogtreecommitdiff
path: root/dev-libs/konforka-svn/konforka-svn-237.ebuild
authorMichael Krelin <hacker@klever.net>2007-04-11 19:46:34 (UTC)
committer Michael Krelin <hacker@klever.net>2007-04-11 19:46:34 (UTC)
commit7a34b6c6a0d41db3547982510ac696f61b0c4ba2 (patch) (side-by-side diff)
tree38866afe6a4f8c316effcaee3cb83eba93af77a5 /dev-libs/konforka-svn/konforka-svn-237.ebuild
parent4ab33ef6f593bdaa8d998a8b7dd88b3ec713a789 (diff)
downloadkintoo-7a34b6c6a0d41db3547982510ac696f61b0c4ba2.zip
kintoo-7a34b6c6a0d41db3547982510ac696f61b0c4ba2.tar.gz
kintoo-7a34b6c6a0d41db3547982510ac696f61b0c4ba2.tar.bz2
dev-libs/konforka-svn: bumped to r284
Diffstat (limited to 'dev-libs/konforka-svn/konforka-svn-237.ebuild') (more/less context) (ignore whitespace changes)
-rw-r--r--dev-libs/konforka-svn/konforka-svn-237.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/konforka-svn/konforka-svn-237.ebuild b/dev-libs/konforka-svn/konforka-svn-237.ebuild
deleted file mode 100644
index 8cda0a6..0000000
--- a/dev-libs/konforka-svn/konforka-svn-237.ebuild
+++ b/dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit subversion eutils
-
-ESVN_REPO_URI="http://svn.klever.net/kin/konforka/trunk"
-ESVN_PROJECT="konforka"
-ESVN_BOOTSTRAP="./autogen.sh --help >&/dev/null"
-ESVN_OPTIONS="-r${PV}"
-
-DESCRIPTION="A convenience library for KIN project"
-HOMEPAGE="http://kin.klever.net/konforka/"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="postgres"
-
-RDEPEND="
- postgres? ( dev-libs/libpqxx )
- !dev-libs/konforka
-"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/autoconf
- sys-devel/automake
- sys-devel/libtool
-"
-
-src_compile() {
- econf \
- PKG_CONFIG_PATH="/usr/$(get_libdir)/pkgconfig:${PKG_CONFIG_PATH}" \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS COPYING NEWS
-}