aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <davidepesa@gmail.com>2012-08-12 21:43:21 -0700
committerDavide Pesavento <davidepesa@gmail.com>2012-08-12 21:43:21 -0700
commite84484c4283afcc07167ea08d0f6fdb219a25267 (patch)
treefc1d660399025c9af84700b38b35c5257f228919 /dev-util
parent[x11-libs/qt-gui:5] Implement several new USE flags, make fontconfig mandatory. (diff)
downloadqt-e84484c4283afcc07167ea08d0f6fdb219a25267.tar.gz
qt-e84484c4283afcc07167ea08d0f6fdb219a25267.tar.bz2
qt-e84484c4283afcc07167ea08d0f6fdb219a25267.zip
[qt-creator] Sync with portage ebuild.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/qt-creator/qt-creator-9999.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-util/qt-creator/qt-creator-9999.ebuild b/dev-util/qt-creator/qt-creator-9999.ebuild
index 7d466752..a970c8da 100644
--- a/dev-util/qt-creator/qt-creator-9999.ebuild
+++ b/dev-util/qt-creator/qt-creator-9999.ebuild
@@ -8,20 +8,20 @@ LANGS="cs de es fr hu it ja pl ru sl uk zh_CN"
inherit multilib eutils flag-o-matic qt4-r2
-MY_P=${PN}-${PV/_/-}-src
+DESCRIPTION="Lightweight IDE for C++ development centering around Qt"
+HOMEPAGE="http://qt.nokia.com/products/developer-tools"
+LICENSE="LGPL-2.1"
+
if [[ ${PV} == *9999* ]]; then
inherit git-2
EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git
- https://git.gitorious.org/${PN}/${PN}.git"
+ https://git.gitorious.org/${PN}/${PN}.git"
else
+ MY_P=${PN}-${PV/_/-}-src
SRC_URI="http://get.qt.nokia.com/qtcreator/${MY_P}.tar.gz"
S=${WORKDIR}/${MY_P}
fi
-DESCRIPTION="Lightweight IDE for C++ development centering around Qt"
-HOMEPAGE="http://qt.nokia.com/products/developer-tools"
-
-LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""