diff options
author | Mamoru Komachi <usata@gentoo.org> | 2006-01-02 20:36:00 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2006-01-02 20:36:00 +0000 |
commit | 08fe0645d184432a63e6285d688b3d252f299cb1 (patch) | |
tree | 2c64cf922b33df69db08dcbd3b2e784d1b0ab0ad /x11-misc/qterm | |
parent | Marked ~ppc-macos (bug #116181):wq (diff) | |
download | gentoo-2-08fe0645d184432a63e6285d688b3d252f299cb1.tar.gz gentoo-2-08fe0645d184432a63e6285d688b3d252f299cb1.tar.bz2 gentoo-2-08fe0645d184432a63e6285d688b3d252f299cb1.zip |
Version bumped. Thanks to Kraml Liu <kraml.liu@gmail.com> for providing a patch. This closes bug #116633.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc/qterm')
-rw-r--r-- | x11-misc/qterm/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/qterm/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/qterm/files/digest-qterm-0.4.0_pre3 | 1 | ||||
-rw-r--r-- | x11-misc/qterm/qterm-0.4.0_pre3.ebuild | 45 |
4 files changed, 59 insertions, 5 deletions
diff --git a/x11-misc/qterm/ChangeLog b/x11-misc/qterm/ChangeLog index eb75480d91f3..163289e499e3 100644 --- a/x11-misc/qterm/ChangeLog +++ b/x11-misc/qterm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/qterm -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.12 2005/08/22 17:21:39 metalgod Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.13 2006/01/02 20:36:00 usata Exp $ + +*qterm-0.4.0_pre3 (02 Jan 2006) + + 02 Jan 2006; Mamoru KOMACHI <usata@gentoo.org> +qterm-0.4.0_pre3.ebuild: + Version bumped. Thanks to Kraml Liu <kraml.liu@gmail.com> for providing a + patch. This closes bug #116633. 22 Aug 2005; Luis Medinas <metalgod@gentoo.org> +files/qstring.patch, qterm-0.4.0_pre2.ebuild: diff --git a/x11-misc/qterm/Manifest b/x11-misc/qterm/Manifest index a335f8b4adf0..1392df4c4a97 100644 --- a/x11-misc/qterm/Manifest +++ b/x11-misc/qterm/Manifest @@ -1,7 +1,9 @@ MD5 8c2c214738d58d22e14770e670b52720 ChangeLog 1952 +MD5 a745822f07baaf5f7d4a5b55eb659077 files/digest-qterm-0.3.8 63 +MD5 b3833df45734522f0f5464160201f4e6 files/digest-qterm-0.4.0_pre2 67 +MD5 9901b624d7da095c2330671e2bfa4968 files/digest-qterm-0.4.0_pre3 68 +MD5 7066e1a7b5cfd1ac1093a53a7dfd177d files/qstring.patch 767 MD5 e92a48548554c80cf90e18df17ff6a82 metadata.xml 156 MD5 513f79a785fe13d7b774a51b202b3559 qterm-0.3.8.ebuild 853 MD5 5cdd87a13f2cc772e50d0a7fc2fa648a qterm-0.4.0_pre2.ebuild 905 -MD5 a745822f07baaf5f7d4a5b55eb659077 files/digest-qterm-0.3.8 63 -MD5 7066e1a7b5cfd1ac1093a53a7dfd177d files/qstring.patch 767 -MD5 b3833df45734522f0f5464160201f4e6 files/digest-qterm-0.4.0_pre2 67 +MD5 5b4188eafc15022d2a24af5b01a8c904 qterm-0.4.0_pre3.ebuild 1474 diff --git a/x11-misc/qterm/files/digest-qterm-0.4.0_pre3 b/x11-misc/qterm/files/digest-qterm-0.4.0_pre3 new file mode 100644 index 000000000000..9d878edd551b --- /dev/null +++ b/x11-misc/qterm/files/digest-qterm-0.4.0_pre3 @@ -0,0 +1 @@ +MD5 982dcf9ec56cc4caa6c44f07510caf3a qterm-0.4.0pre3.tar.gz 1182157 diff --git a/x11-misc/qterm/qterm-0.4.0_pre3.ebuild b/x11-misc/qterm/qterm-0.4.0_pre3.ebuild new file mode 100644 index 000000000000..4d6ff2e3f8ec --- /dev/null +++ b/x11-misc/qterm/qterm-0.4.0_pre3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.4.0_pre3.ebuild,v 1.1 2006/01/02 20:36:00 usata Exp $ + +inherit kde-functions eutils + +need-qt 3 + +DESCRIPTION="QTerm is a BBS client in Linux." +HOMEPAGE="http://qterm.sourceforge.net/" +SRC_URI="mirror://sourceforge/qterm/${P/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="arts esd ssl" +DEPEND=">=media-sound/esound-0.2.22 + dev-lang/python + ssl? ( dev-libs/openssl )" + +S=${WORKDIR}/${P/_/} + +src_compile() { + + cd ${S}/qterm && epatch ${FILESDIR}/qstring.patch + cd ${S} + + # yeah, it's --disable-ssh to disable ssl + local myconf="`use_enable esd` `use_enable ssl ssh`" + + # Although "configure --help" claims use "--with-arts-dir" to set aRts dir, it actually + # check the value of "--with-artsdir" option. To gracefully fix this bug, I have to run + # s/(artsdir/(arts-dir/ to ${S}/admin/acinclude.m4.in, then make -f Makefile.dist to + # regenerate the configure script. For simplicity I choose to just use the buggy script + # and give it the "wrong" option. + use arts && myconf="${myconf} --enable-arts --with-artsdir=`kde-config --prefix`" \ + || myconf="${myconf} --disable-arts" + + econf ${myconf} || die "configure failed" + emake || die "emake failed" +} + +src_install() { + make install DESTDIR=${D} || die "install faled" + dodoc AUTHORS BUGS COPYING ChangeLog README* RELEASE_NOTES +} |