diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-11 22:24:34 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-11 22:24:34 +0000 |
commit | 028ff406535b84d8b5deeb26385e0dabe2245c47 (patch) | |
tree | c4bd7354905f8a201ec4fa66bc9eb3d6344e3d06 /net-im | |
parent | Marked ppc stable for bug #251324. (diff) | |
download | gentoo-2-028ff406535b84d8b5deeb26385e0dabe2245c47.tar.gz gentoo-2-028ff406535b84d8b5deeb26385e0dabe2245c47.tar.bz2 gentoo-2-028ff406535b84d8b5deeb26385e0dabe2245c47.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_pre2.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/net-im/qwit/ChangeLog b/net-im/qwit/ChangeLog index 1fbe0df521dd..3e22db834d10 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.3 2010/08/08 11:34:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.4 2010/08/11 22:24:34 hwoarang Exp $ + +*qwit-1.1_pre2 (11 Aug 2010) + + 11 Aug 2010; Markos Chandras <hwoarang@gentoo.org> +qwit-1.1_pre2.ebuild: + Version bump *qwit-1.1_pre (08 Aug 2010) diff --git a/net-im/qwit/qwit-1.1_pre2.ebuild b/net-im/qwit/qwit-1.1_pre2.ebuild new file mode 100644 index 000000000000..746a1616bd46 --- /dev/null +++ b/net-im/qwit/qwit-1.1_pre2.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_pre2.ebuild,v 1.1 2010/08/11 22:24:34 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 +} |