diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 13:40:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 13:40:54 +0000 |
commit | 8dc300156e31ad11b1b618af66c78b364d0b71f6 (patch) | |
tree | c0731895a79a34c732f8585bc3d91f58ebe6e04a /net-im | |
parent | Version bump (diff) | |
download | gentoo-2-8dc300156e31ad11b1b618af66c78b364d0b71f6.tar.gz gentoo-2-8dc300156e31ad11b1b618af66c78b364d0b71f6.tar.bz2 gentoo-2-8dc300156e31ad11b1b618af66c78b364d0b71f6.zip |
Moved from sunrise overlay. Fixes bug #250562. Thanks to Fabio Correa <facorread@gmail.com> for the latest ebuild.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qwit/ChangeLog | 12 | ||||
-rw-r--r-- | net-im/qwit/metadata.xml | 12 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_beta.ebuild | 26 |
3 files changed, 50 insertions, 0 deletions
diff --git a/net-im/qwit/ChangeLog b/net-im/qwit/ChangeLog new file mode 100644 index 000000000000..df340b587835 --- /dev/null +++ b/net-im/qwit/ChangeLog @@ -0,0 +1,12 @@ +# 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.1 2010/07/15 13:40:54 hwoarang Exp $ + +*qwit-1.1_beta (15 Jul 2010) + + 15 Jul 2010; Markos Chandras <hwoarang@gentoo.org> +qwit-1.1_beta.ebuild, + +metadata.xml: + Moved from sunrise overlay. Fixes bug #250562. Thanks to Fabio Correa, + Denilson Sá, Tore Kaspersen and Sergio D. Rodríguez Inclan for the + ebuilds. + diff --git a/net-im/qwit/metadata.xml b/net-im/qwit/metadata.xml new file mode 100644 index 000000000000..d5f9562e2df2 --- /dev/null +++ b/net-im/qwit/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>qt</herd> +<maintainer> +<email>hwoarang@gentoo.org</email> +<name>Markos Chandras</name> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + diff --git a/net-im/qwit/qwit-1.1_beta.ebuild b/net-im/qwit/qwit-1.1_beta.ebuild new file mode 100644 index 000000000000..7deac8ef5efd --- /dev/null +++ b/net-im/qwit/qwit-1.1_beta.ebuild @@ -0,0 +1,26 @@ +# 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_beta.ebuild,v 1.1 2010/07/15 13:40:54 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} |