diff options
author | Ben de Groot <yngwin@gentoo.org> | 2010-03-27 14:52:52 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2010-03-27 14:52:52 +0000 |
commit | a3350e610c4ef3d15e6c04abb704e7ac3f413bf0 (patch) | |
tree | e7905a24f50257ee2b61c1b81cbc123c79f8c8c5 /app-text/tuxcards | |
parent | remove myself from metadata, leave it to the herd i'm in (diff) | |
download | gentoo-2-a3350e610c4ef3d15e6c04abb704e7ac3f413bf0.tar.gz gentoo-2-a3350e610c4ef3d15e6c04abb704e7ac3f413bf0.tar.bz2 gentoo-2-a3350e610c4ef3d15e6c04abb704e7ac3f413bf0.zip |
Upgrade to qt4-r2.eclass usage
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/tuxcards')
-rw-r--r-- | app-text/tuxcards/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/tuxcards/tuxcards-2.2.ebuild | 13 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-text/tuxcards/ChangeLog b/app-text/tuxcards/ChangeLog index 9c875a5d95f4..2f541ee2a237 100644 --- a/app-text/tuxcards/ChangeLog +++ b/app-text/tuxcards/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/tuxcards # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.25 2010/01/19 18:58:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.26 2010/03/27 14:52:52 yngwin Exp $ + + 27 Mar 2010; Ben de Groot <yngwin@gentoo.org> tuxcards-2.2.ebuild: + Upgrade to qt4-r2.eclass usage 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> tuxcards-2.2.ebuild: sparc stable diff --git a/app-text/tuxcards/tuxcards-2.2.ebuild b/app-text/tuxcards/tuxcards-2.2.ebuild index a5cd408fb518..196f91181ce2 100644 --- a/app-text/tuxcards/tuxcards-2.2.ebuild +++ b/app-text/tuxcards/tuxcards-2.2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-2.2.ebuild,v 1.5 2010/01/19 18:58:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-2.2.ebuild,v 1.6 2010/03/27 14:52:52 yngwin Exp $ -EAPI=2 -inherit eutils qt4 +EAPI=3 +inherit eutils qt4-r2 DESCRIPTION="A hierarchical notebook" HOMEPAGE="http://www.tuxcards.de/" @@ -15,16 +15,13 @@ KEYWORDS="amd64 ppc sparc x86" IUSE="" DEPEND="x11-libs/qt-gui:4" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} -src_configure() { - eqmake4 -} - src_install() { dobin ${PN} || die newicon src/icons/lo32-app-tuxcards.png ${PN}.png make_desktop_entry ${PN} TuxCards ${PN} "Qt;Utility" - dodoc AUTHORS README + dodoc AUTHORS README || die } |