diff options
author | 2004-12-03 21:25:31 +0000 | |
---|---|---|
committer | 2004-12-03 21:25:31 +0000 | |
commit | a3df49275619adf73cd642d48b9f17125a8726c4 (patch) | |
tree | c5f30c47bf18f03a8836d5518a5f9818d5304124 /app-text/tuxcards | |
parent | version bump as per bug #73169 (diff) | |
download | historical-a3df49275619adf73cd642d48b9f17125a8726c4.tar.gz historical-a3df49275619adf73cd642d48b9f17125a8726c4.tar.bz2 historical-a3df49275619adf73cd642d48b9f17125a8726c4.zip |
Inherit kde-functions and fix #73252.
Diffstat (limited to 'app-text/tuxcards')
-rw-r--r-- | app-text/tuxcards/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/tuxcards/Manifest | 16 | ||||
-rw-r--r-- | app-text/tuxcards/tuxcards-1.2.ebuild | 8 |
3 files changed, 19 insertions, 11 deletions
diff --git a/app-text/tuxcards/ChangeLog b/app-text/tuxcards/ChangeLog index 7cd94656ee71..dba0c18b3832 100644 --- a/app-text/tuxcards/ChangeLog +++ b/app-text/tuxcards/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/tuxcards # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.3 2004/11/30 21:28:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/ChangeLog,v 1.4 2004/12/03 21:25:31 ticho Exp $ + + 03 Dec 2004; Andrej Kacian <ticho@gentoo.org> tuxcards-1.2.ebuild: + Use kde-functions eclass. Closes #73252, reported by Botykai Zsolt + <zsolt.botykai@online.hu>. 30 Nov 2004; Sven Wegener <swegener@gentoo.org> tuxcards-1.1.ebuild, tuxcards-1.2.ebuild: diff --git a/app-text/tuxcards/Manifest b/app-text/tuxcards/Manifest index 46fb999e9d49..035c1541dcc2 100644 --- a/app-text/tuxcards/Manifest +++ b/app-text/tuxcards/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 a97a685b1aa23c60c89f5922bbffae25 tuxcards-1.2.ebuild 999 -MD5 1a57a48fcdd4f8ed43dbbd0e3ed2b92d tuxcards-1.1.ebuild 838 -MD5 79fca06a5bf583f0bfc4f952911ceb45 ChangeLog 745 +MD5 9704dcd2c8965d6c1c4200cf36863c94 ChangeLog 910 MD5 7dbb92cd2f9678d8a28634c532431cf4 metadata.xml 254 -MD5 7496f3cc8989aa48c37967ab36dcd0af files/digest-tuxcards-1.1 64 +MD5 1447366fd67fa4350c95b4eed93900fd tuxcards-1.2.ebuild 1025 +MD5 1a57a48fcdd4f8ed43dbbd0e3ed2b92d tuxcards-1.1.ebuild 838 MD5 210b415d2d1cd19da5aecd13de112a99 files/digest-tuxcards-1.2 64 +MD5 7496f3cc8989aa48c37967ab36dcd0af files/digest-tuxcards-1.1 64 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBrOYfI1lqEGTUzyQRAjNyAKCfzbWt8DKncAEPtCjTTY6rE+QFcgCfVy/A -dYKpFCsEzo/QXr8fWaO6VVM= -=eLqJ +iD8DBQFBsNnSQlM6RnzZP+IRArTTAKDExTxbEuaq2E7x7ELrkZGsKQNWxACgwLyG +w4mWxZzWaOAeE3qkeDkw5IQ= +=IxC9 -----END PGP SIGNATURE----- diff --git a/app-text/tuxcards/tuxcards-1.2.ebuild b/app-text/tuxcards/tuxcards-1.2.ebuild index 0f8891228b86..5fe171da3e09 100644 --- a/app-text/tuxcards/tuxcards-1.2.ebuild +++ b/app-text/tuxcards/tuxcards-1.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.2 2004/11/30 21:28:52 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tuxcards/tuxcards-1.2.ebuild,v 1.3 2004/12/03 21:25:31 ticho Exp $ + +inherit kde-functions DESCRIPTION="A heirarchical text editor" HOMEPAGE="http://www.tuxcards.de" @@ -12,7 +14,9 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=x11-libs/qt-3.1.1" +DEPEND="sys-apps/sed" + +need-qt 3.1 src_compile() { sed -e 's:/usr/local:/usr:g' \ |