diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-12 11:06:34 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-12 11:06:34 +0000 |
commit | 0e57613905ba5619a8c9af130c1a22d7581de2ed (patch) | |
tree | 3c7b8ec4616390a4fed4c0c89ce1ce20d1b0e04e /net-libs/qtweetlib/qtweetlib-0.3.ebuild | |
parent | Mask by version so this doesn't affect any of the workign ebuilds in the ada-... (diff) | |
download | historical-0e57613905ba5619a8c9af130c1a22d7581de2ed.tar.gz historical-0e57613905ba5619a8c9af130c1a22d7581de2ed.tar.bz2 historical-0e57613905ba5619a8c9af130c1a22d7581de2ed.zip |
Version bump wanted by jefferai. Remove old.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux i686
Diffstat (limited to 'net-libs/qtweetlib/qtweetlib-0.3.ebuild')
-rw-r--r-- | net-libs/qtweetlib/qtweetlib-0.3.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net-libs/qtweetlib/qtweetlib-0.3.ebuild b/net-libs/qtweetlib/qtweetlib-0.3.ebuild deleted file mode 100644 index 8e114852a13c..000000000000 --- a/net-libs/qtweetlib/qtweetlib-0.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qtweetlib/qtweetlib-0.3.ebuild,v 1.2 2012/02/23 18:44:04 johu Exp $ - -EAPI=4 - -MY_PN=QTweetLib - -if [[ ${PV} != *9999* ]]; then - SRC_URI="https://github.com/minimoog/${MY_PN}/tarball/${PV} -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -else - GIT_ECLASS="git-2" - EGIT_REPO_URI="git://github.com/minimoog/QTweetLib.git" - KEYWORDS="" -fi - -inherit qt4-r2 cmake-utils ${GIT_ECLASS} - -DESCRIPTION="Qt based Twitter library" -HOMEPAGE="https://github.com/minimoog/QTweetLib" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug" - -DEPEND=" - >=dev-libs/qjson-0.7.1 - >=x11-libs/qt-core-4.6.0[ssl] -" -RDEPEND="${DEPEND}" - -src_unpack() { - if [[ ${PV} != *9999* ]]; then - unpack ${A} - mv *-${MY_PN}-* "${S}" - else - git-2_src_unpack - fi -} |