diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-08 11:34:10 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-08 11:34:10 +0000 |
commit | 678dbc8a4e4648dcd6f5b2479867c4a5777670e1 (patch) | |
tree | 246d8222c6725f615010bba5b1b07424069afd7f /net-im | |
parent | Version bump from new upstream. Switch to use the gem. Closes bug 262606. (diff) | |
download | gentoo-2-678dbc8a4e4648dcd6f5b2479867c4a5777670e1.tar.gz gentoo-2-678dbc8a4e4648dcd6f5b2479867c4a5777670e1.tar.bz2 gentoo-2-678dbc8a4e4648dcd6f5b2479867c4a5777670e1.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qwit/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_pre.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-im/qwit/ChangeLog b/net-im/qwit/ChangeLog index 2c1d450bebb3..1fbe0df521dd 100644 --- a/net-im/qwit/ChangeLog +++ b/net-im/qwit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-im/qwit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.2 2010/08/06 11:25:15 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.3 2010/08/08 11:34:10 hwoarang Exp $ + +*qwit-1.1_pre (08 Aug 2010) + + 08 Aug 2010; Markos Chandras <hwoarang@gentoo.org> +qwit-1.1_pre.ebuild: + Version bump *qwit-1.1_beta-r1 (06 Aug 2010) diff --git a/net-im/qwit/qwit-1.1_pre.ebuild b/net-im/qwit/qwit-1.1_pre.ebuild new file mode 100644 index 000000000000..4e591a1a3bd7 --- /dev/null +++ b/net-im/qwit/qwit-1.1_pre.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/qwit-1.1_pre.ebuild,v 1.1 2010/08/08 11:34:10 hwoarang Exp $ + +EAPI="2" + +inherit qt4-r2 + +MY_P=${P/_/-}-src + +DESCRIPTION="Qt4 cross-platform client for Twitter" +HOMEPAGE="http://code.google.com/p/qwit/" +SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="AUTHORS" + +DEPEND="x11-libs/qt-gui:4" +RDEPEND="${DEPEND} + dev-libs/qoauth" + +S=${WORKDIR}/${MY_P} + +src_configure() { + eqmake4 ${PN}.pro PREFIX=/usr +} |