diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-10-06 20:19:11 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-10-06 20:19:11 +0000 |
commit | d2e7f38050d1ff231754e8c97c56556aaa6867d2 (patch) | |
tree | 2eaec1fee51941027dfbbca88f3327325e8a5734 /app-editors | |
parent | add ~x86, bug #338941 (diff) | |
download | gentoo-2-d2e7f38050d1ff231754e8c97c56556aaa6867d2.tar.gz gentoo-2-d2e7f38050d1ff231754e8c97c56556aaa6867d2.tar.bz2 gentoo-2-d2e7f38050d1ff231754e8c97c56556aaa6867d2.zip |
Version bump and old version cleanup
(Portage version: 2.2_rc88/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/znotes/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/znotes/znotes-0.4.3.ebuild (renamed from app-editors/znotes/znotes-0.3.6.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/app-editors/znotes/ChangeLog b/app-editors/znotes/ChangeLog index b2603c16f7c5..e20dec9e2088 100644 --- a/app-editors/znotes/ChangeLog +++ b/app-editors/znotes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/znotes # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.5 2010/02/04 16:42:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/ChangeLog,v 1.6 2010/10/06 20:19:11 chiiph Exp $ + +*znotes-0.4.3 (06 Oct 2010) + + 06 Oct 2010; Tomas Touceda <chiiph@gentoo.org> -znotes-0.3.6.ebuild, + +znotes-0.4.3.ebuild: + Version bump and old version cleanup *znotes-0.4.0 (04 Feb 2010) diff --git a/app-editors/znotes/znotes-0.3.6.ebuild b/app-editors/znotes/znotes-0.4.3.ebuild index bb9ea514b4ce..7f3158e76a9f 100644 --- a/app-editors/znotes/znotes-0.3.6.ebuild +++ b/app-editors/znotes/znotes-0.4.3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.3.6.ebuild,v 1.2 2010/01/07 11:55:30 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/znotes/znotes-0.4.3.ebuild,v 1.1 2010/10/06 20:19:11 chiiph Exp $ EAPI="2" inherit qt4-r2 DESCRIPTION="Simple Notes" -HOMEPAGE="http://www.qt-apps.org/content/show.php/zNotes?content=113117" -SRC_URI="http://www.qt-apps.org/CONTENT/content-files/113117-${P}.tar.gz" +HOMEPAGE="http://znotes.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -17,6 +17,8 @@ IUSE="" DEPEND="x11-libs/qt-gui:4" RDEPEND="${DEPEND}" +DOCS="CHANGELOG THANKS" + src_configure() { lrelease znotes.pro || die "lrelease failed" qt4-r2_src_configure |