Skip to content

Commit

Permalink
Initial commit for qtwitter ( bug #259293 )
Browse files Browse the repository at this point in the history
  • Loading branch information
Markos Chandras committed Feb 17, 2009
1 parent 712d877 commit 7c9f0e6
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 0 deletions.
12 changes: 12 additions & 0 deletions net-im/qtwitter/ChangeLog
@@ -0,0 +1,12 @@
# ChangeLog for net-im/qtwitter
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*qtwitter-9999 (17 Feb 2009)
*qtwitter-0.2.1 (17 Feb 2009)

17 Feb 2009; Markos Chandras <hwoarang@gentoo.org> +qtwitter-0.2.1.ebuild,
+qtwitter-9999.ebuild:
Initial commit for qtwitter ( bug #259293 ). Thanks to Dominik Kapusta for
initial ebuild

4 changes: 4 additions & 0 deletions net-im/qtwitter/Manifest
@@ -0,0 +1,4 @@
DIST qtwitter-0.2.1-src.tar.gz 72277 RMD160 239b6a61ef928e794e1f583608cbaae00d43d465 SHA1 dcbe1e906032a0e0b5090f6666d0423cb7c551a3 SHA256 ac1fc07a9f252afcc0384b5ba3db54b3817c14c681c2d158a173af4fb556da18
EBUILD qtwitter-0.2.1.ebuild 635 RMD160 d6d09deb798933384ec91c5fd9e8e49f90b8f89c SHA1 f065e349eb28680caccef5c67540fd46a2aaa36f SHA256 1979980e77807275ed69bfd8e13b9b33254b8c7af64a7bd834101df88d29cb09
EBUILD qtwitter-9999.ebuild 608 RMD160 ec490429ed9edc3247d4dfffa61bbd08da542d1e SHA1 d6be890d43170c25344f7b92687d0fe4100a8017 SHA256 eab98d81d89874d2c51d4d50aeb576e4575af59a9cc32d180d43370194b8f116
MISC ChangeLog 373 RMD160 100036414753aebba60381287a70e5c76548b7d6 SHA1 98e97dc0076a70a110f2bd603dc1045b2337dfcf SHA256 e21632b683b3d6ef324a33e3c805d01d14f934b68e9cd3a3b3f56a27109b2759
31 changes: 31 additions & 0 deletions net-im/qtwitter/qtwitter-0.2.1.ebuild
@@ -0,0 +1,31 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit qt4-edge

DESCRIPTION="A Qt client for Twitter"
HOMEPAGE="http://github.com/ayoy/qtwitter"
SRC_URI="http://cloud.github.com/downloads/ayoy/${PN}/${P}-src.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

src_prepare() {
qt4-edge_src_prepare
echo "CONFIG += nostrip" >> "${S}"/${PN}.pro
}

src_install() {
emake INSTALL_ROOT="${D}" install || die "emake install failed"
dodoc README || die "dodoc failed"
}
31 changes: 31 additions & 0 deletions net-im/qtwitter/qtwitter-9999.ebuild
@@ -0,0 +1,31 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit qt4-edge git

DESCRIPTION="A Qt client for Twitter"
HOMEPAGE="http://github.com/ayoy/qtwitter"
EGIT_REPO_URI="git://github.com/ayoy/qtwitter.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}"

src_prepare() {
qt4-edge_src_prepare
echo "CONFIG += nostrip" >> "${S}"/${PN}.pro
}

src_install() {
emake INSTALL_ROOT="${D}" install || die "emake install failed"
dodoc README || die "dodoc failed"
}

0 comments on commit 7c9f0e6

Please sign in to comment.