diff options
author | 2012-01-30 07:49:35 +0000 | |
---|---|---|
committer | 2012-01-30 07:49:35 +0000 | |
commit | cbf994cecefef3ddef6d1a5332c429b4a37a5f96 (patch) | |
tree | 8f8c83bde76844b021a66e218d3b1f50742083ca /app-editors/znotes/znotes-0.4.5.ebuild | |
parent | Fix bug #400961, thanks to Mr. Anderson for report and fix. (diff) | |
download | historical-cbf994cecefef3ddef6d1a5332c429b4a37a5f96.tar.gz historical-cbf994cecefef3ddef6d1a5332c429b4a37a5f96.tar.bz2 historical-cbf994cecefef3ddef6d1a5332c429b4a37a5f96.zip |
Version bump wrt bug #400717. Thanks to kensingtion <gentoo@scribeofthenile.com>.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux i686
Diffstat (limited to 'app-editors/znotes/znotes-0.4.5.ebuild')
-rw-r--r-- | app-editors/znotes/znotes-0.4.5.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/app-editors/znotes/znotes-0.4.5.ebuild b/app-editors/znotes/znotes-0.4.5.ebuild new file mode 100644 index 000000000000..aaeaf631bbf7 --- /dev/null +++ b/app-editors/znotes/znotes-0.4.5.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.5.ebuild,v 1.1 2012/01/30 07:49:35 johu Exp $ + +EAPI=4 +inherit qt4-r2 + +DESCRIPTION="Simple Notes" +HOMEPAGE="http://znotes.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="x11-libs/qt-core:4 + x11-libs/qt-gui:4" +RDEPEND="${DEPEND}" + +DOCS="CHANGELOG THANKS" + +src_configure() { + lrelease znotes.pro || die "lrelease failed" + qt4-r2_src_configure +} |