diff options
author | Ben de Groot <yngwin@gentoo.org> | 2012-10-24 11:32:29 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2012-10-24 11:32:29 +0000 |
commit | 58f024f05199486bb525fd3899f6fc9bebf1efb2 (patch) | |
tree | f1947b2096c0478bcd7fca3049bab25152b5e84c | |
parent | New revision, eapi4 bump, respect CC, LDFLAGS, add ~amd64 (diff) | |
download | gentoo-2-58f024f05199486bb525fd3899f6fc9bebf1efb2.tar.gz gentoo-2-58f024f05199486bb525fd3899f6fc9bebf1efb2.tar.bz2 gentoo-2-58f024f05199486bb525fd3899f6fc9bebf1efb2.zip |
Version bump
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
-rw-r--r-- | razorqt-base/libqtxdg/ChangeLog | 7 | ||||
-rw-r--r-- | razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/razorqt-base/libqtxdg/ChangeLog b/razorqt-base/libqtxdg/ChangeLog index e3d5a6f28856..0ffcabd66fe7 100644 --- a/razorqt-base/libqtxdg/ChangeLog +++ b/razorqt-base/libqtxdg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for razorqt-base/libqtxdg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.1 2012/10/15 08:50:52 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/ChangeLog,v 1.2 2012/10/24 11:32:29 yngwin Exp $ + +*libqtxdg-0.5.1 (24 Oct 2012) + + 24 Oct 2012; Ben de Groot <yngwin@gentoo.org> +libqtxdg-0.5.1.ebuild: + Version bump *libqtxdg-0.5.0 (15 Oct 2012) diff --git a/razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild b/razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild new file mode 100644 index 000000000000..b5773c051694 --- /dev/null +++ b/razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/razorqt-base/libqtxdg/libqtxdg-0.5.1.ebuild,v 1.1 2012/10/24 11:32:29 yngwin Exp $ + +EAPI=4 +inherit cmake-utils + +DESCRIPTION="A Qt implementation of XDG standards" +HOMEPAGE="http://razor-qt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-2 + EGIT_REPO_URI="git://github.com/Razor-qt/razor-qt.git" + EGIT_BRANCH="master" + KEYWORDS="" +else + SRC_URI="https://github.com/downloads/Razor-qt/razor-qt/razorqt-${PV}.tar.bz2" + KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/razorqt-${PV}" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +DEPEND="sys-apps/file + x11-libs/qt-core:4 + x11-libs/qt-gui:4 + !x11-wm/razorqt" +RDEPEND="${DEPEND} + x11-misc/xdg-utils" + +CMAKE_USE_DIR=${S}/libraries/qtxdg |