diff options
Diffstat (limited to 'dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild')
-rw-r--r-- | dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild b/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild deleted file mode 100644 index 6cd9ea8..0000000 --- a/dev-libs/sqlheavy/sqlheavy-0.1.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -inherit autotools - -DESCRIPTION="GObject SQLite wrapper" -HOMEPAGE="http://code.google.com/p/sqlheavy/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.xz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples" - -RDEPEND=">=dev-db/sqlite-3.6.20:3 - dev-lang/vala:0.16 - >=dev-libs/glib-2.22:2 - >=x11-libs/gtk+-2.24:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - sed -i -e "/examples/d" Makefile.am # don't compile examples - eautoreconf -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - find "${ED}" -name "*.la" -delete || die - docinto examples - use examples && dodoc examples/*.vala -} |