diff options
Diffstat (limited to 'dev-db/dbmodel/dbmodel-0.2.0.ebuild')
-rw-r--r-- | dev-db/dbmodel/dbmodel-0.2.0.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-db/dbmodel/dbmodel-0.2.0.ebuild b/dev-db/dbmodel/dbmodel-0.2.0.ebuild deleted file mode 100644 index c792007..0000000 --- a/dev-db/dbmodel/dbmodel-0.2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="2" - -inherit qt4 - -DESCRIPTION="Qt4 tool for drawing entity-relational diagrams" -HOMEPAGE="http://qt-apps.org/content/show.php/Database+Modeller?content=100376" -SRC_URI="http://launchpad.net/dbmodel/trunk/0.2.0/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND="x11-libs/qt-gui:4" -RDEPEND="${RDEPEND}" - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} - -src_install() { - emake INSTALL_ROOT="${D}" install || die "emake install failed" - dodoc AUTHORS CHANGES || die "dodoc failed" -} |